Increase library version (current++, age++).
authorMilan Broz <gmazyland@gmail.com>
Mon, 15 Nov 2010 16:54:44 +0000 (16:54 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 15 Nov 2010 16:54:44 +0000 (16:54 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@373 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
configure.in
lib/libcryptsetup.pc.in

index bf1cbd6..90d4535 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
          (format/activate without keyslots active - used for temporary devices).
        * Initialize volume key from active device in crypt_init_by_name()
        * Fix cryptsetup binary exitcodes.
+       * Increase library version (still binary compatible with 1.1.x release).
 
 2010-11-01  Milan Broz  <mbroz@redhat.com>
        * No longer support luksDelKey, reload and --non-exclusive.
index 7a289b0..d0eb22f 100644 (file)
@@ -1,9 +1,9 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.2.0])
+AC_INIT([cryptsetup],[1.2.0-rc1])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
-LIBCRYPTSETUP_VERSION_INFO=1:0:0
+LIBCRYPTSETUP_VERSION_INFO=2:0:1
 
 AC_CONFIG_SRCDIR(src/cryptsetup.c)
 AC_CONFIG_MACRO_DIR([m4])
index 00c6e4a..f3d3fb1 100644 (file)
@@ -6,5 +6,5 @@ includedir=@includedir@
 Name: cryptsetup
 Description: cryptsetup library
 Version: @LIBCRYPTSETUP_VERSION@
-Cflags: -I${includedir} 
+Cflags: -I${includedir}
 Libs: -L${libdir} -lcryptsetup