Set devel version.

This commit is contained in:
Milan Broz
2020-03-23 18:46:28 +01:00
parent 1e94425279
commit 9d13da0050
2 changed files with 7 additions and 1 deletions

6
FAQ
View File

@@ -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

View File

@@ -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 <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)