Skip to content

Commit

Permalink
Version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Nov 12, 2023
1 parent e2472c7 commit 54c1407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.5.1"
BASE_VERSION="4.6.0"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
Expand All @@ -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"

0 comments on commit 54c1407

Please sign in to comment.