Skip to content

Commit 4575c6b

Browse files
committed
set version to v0.5-release
1 parent 6f40b38 commit 4575c6b

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=5
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)