Version 1.4.1.
authorMilan Broz <gmazyland@gmail.com>
Wed, 9 Nov 2011 11:58:55 +0000 (11:58 +0000)
committerMilan Broz <gmazyland@gmail.com>
Wed, 9 Nov 2011 11:58:55 +0000 (11:58 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@683 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in

index 541437a..48c2093 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-11-09  Milan Broz  <mbroz@redhat.com>
+       * Version 1.4.1.
+
 2011-11-05  Milan Broz  <mbroz@redhat.com>
        * Merge pycryptsetup (Python libcryptsetup bindings).
        * Fix stupid typo in set_iteration_time API call.
index e090d51..758bd4e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.4.1-cvs])
+AC_INIT([cryptsetup],[1.4.1])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)