Skip to content

Commit 83b508d

Browse files
committed
set version to v0.7-release
1 parent 058d2f0 commit 83b508d

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