Skip to content

Commit

Permalink
set version to v0.8-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Apr 15, 2021
1 parent 4a47ff4 commit b1cb74a
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=8
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 b1cb74a

Please sign in to comment.