From aecd010c3b2f38e42d837d1f5a0aef9b782c7223 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 22 Jul 2009 10:43:40 +0000 Subject: [PATCH] Cryptsetup version 1.0.7. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@66 36d66b0a-2a48-0410-832c-cd162a569da5 --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dbaf79f..96c57e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-07-22 Milan Broz + * version 1.0.7 + 2009-07-16 Milan Broz * Allow removal of last slot in luksRemoveKey and luksKillSlot. diff --git a/configure.in b/configure.in index 734aa28..44a232a 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT(cryptsetup,1.0.7-rc1) +AC_INIT(cryptsetup,1.0.7) AC_CONFIG_SRCDIR(src/cryptsetup.c) AM_CONFIG_HEADER([config.h:config.h.in]) -- 2.7.4