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 bf1cbd6c626c01b90342ee98a05da12b6dc81dfc..90d45350c469852b33996a2210afd21a6426a3b9 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 7a289b0460bb0441ec6489ca53c9aececc4f7450..d0eb22f6dc15dbc7a000ad344315a1cf98cb80aa 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 00c6e4a5b430d839250daadc49ecd1c231f83f37..f3d3fb1417f6a8c37500be2c618490294626e2e2 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