mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Set version 2.7.0-rc0.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
AC_PREREQ([2.67])
|
||||
AC_INIT([cryptsetup],[2.7.0-git])
|
||||
AC_INIT([cryptsetup],[2.7.0-rc0])
|
||||
|
||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||
LIBCRYPTSETUP_VERSION_INFO=21:0:9
|
||||
LIBCRYPTSETUP_VERSION_INFO=22:0:10
|
||||
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_CONFIG_SRCDIR(src/cryptsetup.c)
|
||||
|
||||
@@ -2,9 +2,9 @@ project('cryptsetup',
|
||||
'c',
|
||||
default_options: [ 'prefix=/usr' ],
|
||||
meson_version: '>=0.64',
|
||||
version: '2.7.0-git')
|
||||
version: '2.7.0-rc0')
|
||||
|
||||
libcryptsetup_version = '12.9.0'
|
||||
libcryptsetup_version = '12.10.0'
|
||||
|
||||
includes_root = include_directories('.')
|
||||
includes_lib = include_directories('lib')
|
||||
|
||||
Reference in New Issue
Block a user