Set devel version.

This commit is contained in:
Milan Broz
2019-03-20 21:19:20 +01:00
parent b6d406fbc8
commit a98ef9787c

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
AC_INIT([cryptsetup],[2.1.0])
AC_INIT([cryptsetup],[2.2.0-git])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)