Skip to content

Commit

Permalink
set version to v0.7-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Aug 19, 2020
1 parent 058d2f0 commit 83b508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAJOR=0
MINOR=7
BUILD=0
REVISION=`git rev-list --count HEAD 2>/dev/null || echo "0"`
STAGE="devel"
STAGE="release"

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

Expand Down

0 comments on commit 83b508d

Please sign in to comment.