2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#870,!496] bumped kea version in configure.ac to 1.7.0-git

This commit is contained in:
Michal Nowikowski 2019-08-30 17:08:59 +02:00
parent 53bbaec735
commit 50cd9d24da

View File

@ -7,7 +7,7 @@ AC_PREREQ([2.69])
# For GIT versions, this is x.y.z-git, where x.y.z denotes the software # For GIT versions, this is x.y.z-git, where x.y.z denotes the software
# version that was used as a base + changes that were made later, but # version that was used as a base + changes that were made later, but
# are not released yet. # are not released yet.
AC_INIT(kea,1.6.0-git, kea-dev@lists.isc.org) AC_INIT(kea,1.7.0-git, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README) AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so # serial-tests is not available in automake version before 1.13, so