From 30ede1be3617b9772d8a69f35927978a8befee84 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Tue, 3 Jun 2025 09:16:27 +0200 Subject: [PATCH] Test version 2.8.0-rc0. --- configure.ac | 4 ++-- meson.build | 4 ++-- misc/fedora/cryptsetup.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index a5535731..cf8b461a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[2.8.0-git]) +AC_INIT([cryptsetup],[2.8.0-rc0]) dnl library version from ..[-] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) -LIBCRYPTSETUP_VERSION_INFO=22:0:10 +LIBCRYPTSETUP_VERSION_INFO=25:0:11 AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR(src/cryptsetup.c) diff --git a/meson.build b/meson.build index e1899d50..e61d6b50 100644 --- a/meson.build +++ b/meson.build @@ -2,9 +2,9 @@ project('cryptsetup', 'c', default_options: [ 'prefix=/usr' ], 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_lib = include_directories('lib') diff --git a/misc/fedora/cryptsetup.spec b/misc/fedora/cryptsetup.spec index 7ff1ccfa..d6979b0f 100644 --- a/misc/fedora/cryptsetup.spec +++ b/misc/fedora/cryptsetup.spec @@ -2,7 +2,7 @@ Summary: Utility for setting up encrypted disks Name: cryptsetup -Version: 2.7.4 +Version: 2.8.0-rc0 Release: 1%{?dist} 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