Set devel version.

This commit is contained in:
Milan Broz
2024-03-06 09:51:10 +01:00
parent 201a4b7d8b
commit 41755b71b6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
AC_INIT([cryptsetup],[2.7.0])
AC_INIT([cryptsetup],[2.8.0-git])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

View File

@@ -2,7 +2,7 @@ project('cryptsetup',
'c',
default_options: [ 'prefix=/usr' ],
meson_version: '>=0.64',
version: '2.7.0')
version: '2.8.0-git')
libcryptsetup_version = '12.10.0'