]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#6017,!340] bumped up libraries version before release
authorRazvan Becheriu <razvan@isc.org>
Mon, 27 May 2019 10:35:07 +0000 (13:35 +0300)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 May 2019 18:47:40 +0000 (20:47 +0200)
ChangeLog
configure.ac

index d217dec1a62e6878c1fa79966250a35fad027e23..240512267d9db048b82b91149f92e666f2cc2fc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1587.  [build]         razvan
+       Bumped up libraries version numbers for Kea 1.6 beta release.
+       (Gitlab #617,!340, git TBD)
+
 1586.  [bug, func]             marcin
        MySQL Configuration Backend supports DHCPv6 interface-id parameter.
        (Gitlab #628,!341, git 3a07c636ba4c7fceabe59ec597c44a9c8e3367eb)
index 7788322baf5c29ae2c90b27fec89be083ae270af..6cf2bfc3475c8a893ccb8f5de9ca35a1f4045c97 100644 (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
 # version that was used as a base + changes that were made later, but
 # are not released yet.
-AC_INIT(kea,1.5.0-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.6.0-beta-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so