From 9d13da005021ce7b6ddad0fac7c8ba1e60edd8f2 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 23 Mar 2020 18:46:28 +0100 Subject: [PATCH] Set devel version. --- FAQ | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/FAQ b/FAQ index 0d5cfa89..bc0fba6c 100644 --- a/FAQ +++ b/FAQ @@ -29,6 +29,12 @@ A. Contributors * 1.2 WARNINGS + LUKS2 COMPATIBILITY: Many of the answers found in the FAQ page are + obsolete and invalid, especially for containers using LUKS2. For more + information about LUKS2, see the LUKS2 On-Disk Format Specification + available at + https://gitlab.com/cryptsetup/cryptsetup/-/wikis/LUKS-standard/on-disk-format.pdf + ATTENTION: If you are going to read just one thing, make it the section on Backup and Data Recovery. By far the most questions on the cryptsetup mailing list are from people that managed to damage diff --git a/configure.ac b/configure.ac index 6fd3637b..237056eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[2.3.1]) +AC_INIT([cryptsetup],[2.3.2-git]) dnl library version from ..[-] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)