diff options
author | Milan Broz <gmazyland@gmail.com> | 2013-03-31 11:59:54 +0200 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2013-03-31 11:59:54 +0200 |
commit | aaf0cfa3c16fc6826e059fd4873129f07c0174fc (patch) | |
tree | 6d07888a472ce5a2287be5d8b30c2b294caa9613 | |
parent | 2a2444b961db398f8a1f147434a2adc3f260fd17 (diff) | |
download | cryptsetup-aaf0cfa3c16fc6826e059fd4873129f07c0174fc.tar.gz cryptsetup-aaf0cfa3c16fc6826e059fd4873129f07c0174fc.tar.bz2 cryptsetup-aaf0cfa3c16fc6826e059fd4873129f07c0174fc.zip |
Set devel version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b8ebf8c..7933710 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[1.6.1]) +AC_INIT([cryptsetup],[1.6.2-git]) dnl library version from <major>.<minor>.<release>[-<suffix>] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) |