mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-10 10:20:01 +01:00
Set devel version.
This commit is contained in:
6
FAQ
6
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
|
||||
|
||||
@@ -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-)
|
||||
|
||||
Reference in New Issue
Block a user