Skip to content

Commit 4ac05fc

Browse files
author
Marcin Godzina
committed
[#3822] bump version in configure.ac and meson.build
1 parent 5bb91c7 commit 4ac05fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
66
# For released versions, this is in x.y.z format.
77
# For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
88
# version that is worked on and that is to be released.
9-
AC_INIT(kea, 2.7.7-git, kea-dev@lists.isc.org)
9+
AC_INIT(kea, 2.7.8-git, kea-dev@lists.isc.org)
1010
AC_CONFIG_SRCDIR(README)
1111

1212
# serial-tests is not available in automake version before 1.13, so

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project(
1818
'kea',
1919
'cpp',
20-
version: '2.7.7-git',
20+
version: '2.7.8-git',
2121
meson_version: '>=1.1.0',
2222
license: 'MPL-2.0',
2323
license_files: ['COPYING'],

0 commit comments

Comments
 (0)