Skip to content
Snippets Groups Projects
Commit 6e3d72be authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1453: Bump version to 6.0.2

parents e925b371 73549767
Branches
Tags v6.0.2
1 merge request!1453Bump version to 6.0.2
Pipeline #116729 waiting for manual action with stages
in 3 minutes and 55 seconds
......@@ -4,7 +4,7 @@ project(
'knot-resolver',
['c', 'cpp'],
license: 'GPLv3+',
version: '5.7.0',
version: '6.0.2',
default_options: ['c_std=gnu11', 'b_ndebug=true'],
meson_version: '>=0.49',
)
......
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment