Skip to content
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.

Commit

Permalink
bump version to v0.2-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Jan 15, 2019
1 parent 8f2f800 commit acc17f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/get_version.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh -e

MAJOR=0
MINOR=1
MINOR=2
BUILD=0
REVISION=`git rev-list --count HEAD 2>/dev/null || echo "0"`
STAGE="release"
STAGE="devel"

echo -n "$MAJOR.$MINOR.$BUILD.$REVISION-$STAGE"

Expand Down

0 comments on commit acc17f4

Please sign in to comment.