diff options
-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. |