mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Test version 2.8.0-rc0.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([cryptsetup],[2.8.0-git])
|
AC_INIT([cryptsetup],[2.8.0-rc0])
|
||||||
|
|
||||||
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-)
|
||||||
LIBCRYPTSETUP_VERSION_INFO=22:0:10
|
LIBCRYPTSETUP_VERSION_INFO=25:0:11
|
||||||
|
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
AC_CONFIG_SRCDIR(src/cryptsetup.c)
|
AC_CONFIG_SRCDIR(src/cryptsetup.c)
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ project('cryptsetup',
|
|||||||
'c',
|
'c',
|
||||||
default_options: [ 'prefix=/usr' ],
|
default_options: [ 'prefix=/usr' ],
|
||||||
meson_version: '>=0.64',
|
meson_version: '>=0.64',
|
||||||
version: '2.8.0-git')
|
version: '2.8.0-rc0')
|
||||||
|
|
||||||
libcryptsetup_version = '12.10.0'
|
libcryptsetup_version = '12.11.0'
|
||||||
|
|
||||||
includes_root = include_directories('.')
|
includes_root = include_directories('.')
|
||||||
includes_lib = include_directories('lib')
|
includes_lib = include_directories('lib')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Utility for setting up encrypted disks
|
Summary: Utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 2.7.4
|
Version: 2.8.0-rc0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
|
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
|
||||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||||
|
|||||||
Reference in New Issue
Block a user