Version 1.1.1.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@227 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2010-05-23 13:30:09 +00:00
parent 6b81dd6a6f
commit 4635d7bf31
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2010-05-23 Milan Broz <mbroz@redhat.com>
* Fix luksClose operation for stacked DM devices.
* Version 1.1.1.
2010-05-03 Milan Broz <mbroz@redhat.com>
* Fix automatic dm-crypt module loading.

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.57)
AC_INIT(cryptsetup,1.1.1-rc2)
AC_INIT(cryptsetup,1.1.1)
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)