]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1208] kea version in configure.ac bumped up
authorWlodek Wencel <wlodek@isc.org>
Thu, 30 Apr 2020 09:20:54 +0000 (11:20 +0200)
committerWlodek Wencel <wlodek@isc.org>
Thu, 30 Apr 2020 09:20:54 +0000 (11:20 +0200)
configure.ac

index 7abac8d774adcdad50f41b99b5c474ab7a6ba336..b6e4195d069cbcd48d17fd2d6d9c59cd41630202 100755 (executable)
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
 # 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
 # are not released yet.
-AC_INIT(kea,1.7.7-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.7.8-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so