Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09afbfd

Browse files
committedDec 18, 2022
Version 4.5.1
1 parent a76d0ba commit 09afbfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎scripts/version.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.5.0"
2+
BASE_VERSION="4.5.1"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
1313
else
1414
GIT_COMMIT="gitUNKNOWN"
1515
fi
16-
#printf "$BASE_VERSION"
17-
printf "$BASE_VERSION+$GIT_COMMIT"
16+
printf "$BASE_VERSION"
17+
#printf "$BASE_VERSION+$GIT_COMMIT"
1818

0 commit comments

Comments
 (0)
Please sign in to comment.