We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb91c7 commit 4ac05fcCopy full SHA for 4ac05fc
configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
6
# For released versions, this is in x.y.z format.
7
# For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
8
# version that is worked on and that is to be released.
9
-AC_INIT(kea, 2.7.7-git, kea-dev@lists.isc.org)
+AC_INIT(kea, 2.7.8-git, kea-dev@lists.isc.org)
10
AC_CONFIG_SRCDIR(README)
11
12
# serial-tests is not available in automake version before 1.13, so
meson.build
@@ -17,7 +17,7 @@
17
project(
18
'kea',
19
'cpp',
20
- version: '2.7.7-git',
+ version: '2.7.8-git',
21
meson_version: '>=1.1.0',
22
license: 'MPL-2.0',
23
license_files: ['COPYING'],
0 commit comments