From 9e8a0aa14725f5e2da88aaeea24bde7dc15fc7c2 Mon Sep 17 00:00:00 2001 From: Thomas D Date: Tue, 16 Jul 2013 12:28:16 +0200 Subject: [PATCH] Version bump for 0.9.1 release. --- ibfupdater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibfupdater b/ibfupdater index 797d66c..1bc55ba 100755 --- a/ibfupdater +++ b/ibfupdater @@ -35,7 +35,7 @@ # Read-only variables: declare -r PROGRAM_NAME="ibfupdater" # The name of the application declare -r PROGRAM_SHORTNAME="ibfu" # The short name of the application -declare -r PROGRAM_VERSION="0.9.1-pre" # The application's version number +declare -r PROGRAM_VERSION="0.9.1" # The application's version number declare -r OIFS="$IFS" # Save the IFS if we need to restore # From