Skip to content

Commit 0f824ae

Browse files
committed
set version to v0.4-release
1 parent 9a6c6b2 commit 0f824ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAJOR=0
44
MINOR=4
55
BUILD=0
66
REVISION=`git rev-list --count HEAD 2>/dev/null || echo "0"`
7-
STAGE="devel"
7+
STAGE="release"
88

99
printf "$MAJOR.$MINOR.$BUILD.$REVISION-$STAGE"
1010

0 commit comments

Comments
 (0)