diff options
author | Wlodek Wencel <wlodek@isc.org> | 2021-09-27 08:23:31 +0200 |
---|---|---|
committer | Wlodzimierz Wencel <wlodek@isc.org> | 2021-09-27 09:39:31 +0200 |
commit | cd3588b7c69f21261003491e317b245f2a7701c1 (patch) | |
tree | 568d1c1b491f1c9bbe9d593e7cbb12f84e910b65 /configure.ac | |
parent | [2105] added missing file to rst_arm_sources (diff) | |
download | kea-cd3588b7c69f21261003491e317b245f2a7701c1.tar.xz kea-cd3588b7c69f21261003491e317b245f2a7701c1.zip |
[2017] copyright dates, changelog, messages files changed for 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 faab434b15..7feae35180 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.12-git, kea-dev@lists.isc.org) +AC_INIT(kea,2.0.0-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |