aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-07-10 20:00:42 +0000
committerkate.ward <kate.ward@forestent.com>2008-07-10 20:00:42 +0000
commitd3d3d08cf32318d47d0c773869ee3f6846885e38 (patch)
tree2f967a55e4a616194721f0247095b8387a0cc88d /source/1.0/src/shflags
parent8bfb959ca60c1ce30aa5a1b491f1315fc1d50645 (diff)
downloadshflags-d3d3d08cf32318d47d0c773869ee3f6846885e38.tar.gz
finalizing 1.0.1 release
Diffstat (limited to 'source/1.0/src/shflags')
-rw-r--r--source/1.0/src/shflags4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/1.0/src/shflags b/source/1.0/src/shflags
index 956f28d..08216fc 100644
--- a/source/1.0/src/shflags
+++ b/source/1.0/src/shflags
@@ -66,8 +66,8 @@
# - lists of strings are space separated, and a null value is the '~' char.
# return if FLAGS already loaded
-[ -n "${__FLAGS_VERSION:-}" ] && return 0
-__FLAGS_VERSION='1.0.0'
+[ -n "${FLAGS_VERSION:-}" ] && return 0
+FLAGS_VERSION='1.0.1'
_flags_debug() { echo "flags:DEBUG $@" >&2; }
_flags_error() { echo "flags:ERROR $@" >&2; }