diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-12 21:03:57 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-12 21:03:57 -0500 |
commit | dd62660504859182e6169b2b737b354fedc9f583 (patch) | |
tree | a04bd89e5829bc8c569ebb05c59f444c2f611383 | |
parent | 2818589376f789489baed5ed8fa866cca8d152e8 (diff) | |
download | squashfu-dd62660504859182e6169b2b737b354fedc9f583.tar.gz |
Add versioning
-rwxr-xr-x | squashfu | 1 | ||||
-rw-r--r-- | squashfu.conf | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,7 @@ action_report () { usage () { info "SquashFu: Super Awesome Backup Express (Professional Edition)" + echo "version: $VER" cat <<HELP USAGE diff --git a/squashfu.conf b/squashfu.conf index fd53091..4b0bb01 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -1,4 +1,5 @@ # Config file for Super Deluxe SquashFu Backup Express +VER="0.8dev-281858" # Show debugging information. This might be useful in the event # you need to troubleshoot. |