Skip to content

Commit 8c1f22e

Browse files
committed
[#3271] bump version in configure.ac to 2.5.7
1 parent c065dd7 commit 8c1f22e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kea 2.5.6 (development) released on February 28, 2024
2727
2204. [func] tmark
2828
The skeleton of a new open source hook library,
2929
libdhcp_perfmon.so, has been added. The library is
30-
still in development and does yet provide any functionality.
30+
still in development and does not yet provide any functionality.
3131
(Gitlab #3242)
3232

3333
Kea 2.5.5 (development) released on January 31, 2024

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.5.6-git, [email protected])
9+
AC_INIT(kea, 2.5.7-git, [email protected])
1010
AC_CONFIG_SRCDIR(README)
1111

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

0 commit comments

Comments
 (0)