Set devel version.

This commit is contained in:
Milan Broz
2022-07-30 09:29:00 +02:00
parent 75111d382b
commit a009614191

View File

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