diff -Naur aif-2009.08.07/src/aif.sh dev/src/aif.sh --- aif-2009.08.07/src/aif.sh 2009-08-07 14:25:04.000000000 -0500 +++ dev/src/aif.sh 2009-08-11 16:13:14.443683714 -0500 @@ -11,6 +11,8 @@ LOGFILE=$LOG_DIR/aif.log DISCLAIMER="Note that despite our careful coding and proper testing there may still be bugs in this software.\n When you are doing this installation on a system where some data must be preserved, we suggest you make a backup first" +PKGVER=2009.08.07 +PKGREL=1 ###### Early bootstrap ###### @@ -118,6 +120,8 @@ usage exit ;; + v) + echo "aif$PKGVER-$PKGREL" ?) # If we hit something elso, call process_args process_args -$OPTION $OPTARG # you can override this function in your profile to parse additional arguments and/or override the behavior above