diff options
author | Andrei Pavel <andrei@isc.org> | 2021-08-31 15:14:30 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-08-31 15:14:30 +0200 |
commit | 69f16658ba1c1d69c2e529e78b77bcc65ad467f8 (patch) | |
tree | 4f1cb853cba7b5345659ed6c294c5dc166550819 /configure.ac | |
parent | [#2063] DROP FOREIGN KEY for MySQL 5 compatibility (diff) | |
download | kea-69f16658ba1c1d69c2e529e78b77bcc65ad467f8.tar.xz kea-69f16658ba1c1d69c2e529e78b77bcc65ad467f8.zip |
[#2072] 1.9.12-git starts here.
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 ec2aec1e94..e31e80ac16 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,1.9.11-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.9.12-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |