Increase library version (loopaes addition), still backawrd compatible.
authorMilan Broz <gmazyland@gmail.com>
Mon, 14 Mar 2011 12:11:01 +0000 (12:11 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 14 Mar 2011 12:11:01 +0000 (12:11 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@459 36d66b0a-2a48-0410-832c-cd162a569da5

configure.in

index 7e383a8..22414d5 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT([cryptsetup],[1.3.0-svn])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
-LIBCRYPTSETUP_VERSION_INFO=2:0:1
+LIBCRYPTSETUP_VERSION_INFO=3:0:2
 
 AC_CONFIG_SRCDIR(src/cryptsetup.c)
 AC_CONFIG_MACRO_DIR([m4])