Skip to content
Snippets Groups Projects

Bump version to 6.0.2

Merged Jakub Ružička requested to merge update-version into 6.0
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -11,7 +11,7 @@ cd "$(dirname ${0})/.."
if ! git describe --tags --exact-match; then
# devel version
VERSION_TAG=$(git tag --merged HEAD --sort=-taggerdate | head -1)
VERSION_TAG=$(git describe --tags | cut -d- -f1)
VERSION=${VERSION_TAG#v}
GIT_HASH=$(git rev-parse --short=6 HEAD)
N_COMMITS=$(git rev-list $VERSION_TAG.. --count)
Loading