Skip to content

Commit c9fd8b5

Browse files
committed
Set devel version.
1 parent fbd2952 commit c9fd8b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.67])
2-
AC_INIT([cryptsetup],[2.8.1])
2+
AC_INIT([cryptsetup],[2.9.0-git])
33

44
dnl library version from <major>.<minor>.<release>[-<suffix>]
55
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('cryptsetup',
22
'c',
33
default_options: [ 'prefix=/usr' ],
44
meson_version: '>=0.64',
5-
version: '2.8.1')
5+
version: '2.9.0-git')
66

77
libcryptsetup_version = '12.11.0'
88

0 commit comments

Comments
 (0)