Version 4.7.0

This commit is contained in:
Mr-Dave
2024-08-21 13:51:04 -06:00
parent 38ebb5e953
commit ae152ad8a6
3 changed files with 28 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.6.0"
BASE_VERSION="4.7.0"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION+$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION+$GIT_COMMIT"