diff options
author | Marcin Godzina <mgodzina@isc.org> | 2022-02-24 12:24:43 +0100 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2022-02-24 12:56:53 +0100 |
commit | 7182090638d64b1ae180ce7019d17b2b5d95a252 (patch) | |
tree | 94af338511951794259863d6a0ecbad20cc61bf7 /configure.ac | |
parent | [#2323] PostgreSQL CB function needs cast to BIGINT (diff) | |
download | kea-7182090638d64b1ae180ce7019d17b2b5d95a252.tar.xz kea-7182090638d64b1ae180ce7019d17b2b5d95a252.zip |
[#2328] Bump version in configure.ac after 2.1.3 release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a8412090f..7abf4a910e 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # For released versions, this is in x.y.z format. # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development # version that is worked on and that is to be released. -AC_INIT(kea,2.1.3-git, kea-dev@lists.isc.org) +AC_INIT(kea,2.1.4-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |