From 74e68760b713259ccf474c44ec769fce7c7c60f7 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 16 Nov 2009 22:41:42 +0000 Subject: [PATCH] Version 1.1.0-rc3. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@147 36d66b0a-2a48-0410-832c-cd162a569da5 --- ChangeLog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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]) -- 2.7.4