Set devel version.

This commit is contained in:
Milan Broz
2022-12-08 11:48:28 +01:00
parent b08212ea45
commit 4bede447c8

View File

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