From: Milan Broz Date: Mon, 16 Nov 2009 22:41:42 +0000 (+0000) Subject: Version 1.1.0-rc3. X-Git-Tag: upstream/1.6~683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74e68760b713259ccf474c44ec769fce7c7c60f7;p=platform%2Fupstream%2Fcryptsetup.git Version 1.1.0-rc3. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@147 36d66b0a-2a48-0410-832c-cd162a569da5 --- diff --git a/ChangeLog b/ChangeLog index 34fc724..6fb32a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * Add temporary debug code to find processes locking internal device. * Simplify build system, use autopoint and clean gettext processing. * Use proper NLS macros and detection (so the message translation works again). + * Version 1.1.0-rc3. 2009-09-30 Milan Broz * Fix exported symbols and versions in libcryptsetup. diff --git a/configure.in b/configure.in index 6a07903..5ddd173 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT(cryptsetup,1.1.0-rc2) +AC_INIT(cryptsetup,1.1.0-rc3) AC_CONFIG_SRCDIR(src/cryptsetup.c) AC_CONFIG_MACRO_DIR([m4])