Skip to content
Snippets Groups Projects
Commit 63ae32ac authored by Sam Gleske's avatar Sam Gleske
Browse files

Program now has version numbers

parent cbf51276
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,11 @@
#Include all user options
. "$(dirname $0)/config.sh"
cd $(dirname $0)
. "$(dirname $0)/lib/VERSION"
cd "$(dirname $0)"
PROGNAME="${0##*/}"
PROGVERSION="v0.2"
PROGVERSION="${VERSION}"
#Default script options
......
VERSION="v0.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment