Skip to content

Commit

Permalink
Version Update for 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-DaveDev authored and Mr-Dave committed Oct 28, 2018
1 parent b48f782 commit 4b72282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.1.1"
BASE_VERSION="4.2"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
Expand All @@ -13,5 +13,5 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#GIT_COMMIT=""
printf "$BASE_VERSION+$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION+$GIT_COMMIT"

0 comments on commit 4b72282

Please sign in to comment.