diff options
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca4068a30b..3ca5fe8523 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(Quagga, 0.99.24+cl3u4, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.24+cl3u5, [https://bugzilla.quagga.net]) CONFIG_ARGS="$*" AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) diff --git a/debian/changelog b/debian/changelog index 44974cecd4..22263ac059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +quagga (0.99.24+cl3u5) RELEASED; urgency=medium + + * Closes: + + -- dev-support <dev-support@cumulusnetworks.com> Fri, 28 Oct 2016 20:43:14 -0400 + quagga (0.99.24+cl3u4) RELEASED; urgency=medium * Closes: CM-12687 - Buffer overflow in zebra RA code |
