Devel version switch.
authorMilan Broz <gmazyland@gmail.com>
Sun, 4 Aug 2013 17:45:37 +0000 (19:45 +0200)
committerMilan Broz <gmazyland@gmail.com>
Sun, 4 Aug 2013 17:45:37 +0000 (19:45 +0200)
configure.ac

index 3caef1d..318b4c8 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.6.2])
+AC_INIT([cryptsetup],[1.7.0-git])
 
 dnl library version from <major>.<minor>.<release>[-<suffix>]
 LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)