diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-28 20:44:12 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-28 20:44:12 -0400 |
| commit | 73ea75daa522a43ad0be9bff1f26a98bc2e105b0 (patch) | |
| tree | 96b08745c7e38d766037e990359c9587283754a9 | |
| parent | 1769aff8fd88dedc0cd5bca2019caf31bc2a0195 (diff) | |
Modify build version.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -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 |
