Skip to content

Commit

Permalink
set version to v0.2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Feb 2, 2019
1 parent d0a4ff5 commit 7f32544
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=2
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 7f32544

Please sign in to comment.