mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Set devel version.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([cryptsetup],[2.8.1])
|
AC_INIT([cryptsetup],[2.9.0-git])
|
||||||
|
|
||||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ project('cryptsetup',
|
|||||||
'c',
|
'c',
|
||||||
default_options: [ 'prefix=/usr' ],
|
default_options: [ 'prefix=/usr' ],
|
||||||
meson_version: '>=0.64',
|
meson_version: '>=0.64',
|
||||||
version: '2.8.1')
|
version: '2.9.0-git')
|
||||||
|
|
||||||
libcryptsetup_version = '12.11.0'
|
libcryptsetup_version = '12.11.0'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user