Skip to content

Commit

Permalink
bump version to 0.11-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Oct 6, 2024
1 parent 24eb676 commit 909f059
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=10
MINOR=11
BUILD=0
REVISION=$(git rev-list --count HEAD 2>/dev/null || echo "0")
STAGE="release"
STAGE="devel"

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

Expand Down

0 comments on commit 909f059

Please sign in to comment.