From: Donald Sharp Date: Tue, 22 Mar 2016 12:29:11 +0000 (-0400) Subject: quagga: Setup the proper version number in quagga X-Git-Tag: frr-2.0-rc1~1049 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d8717ee0b6f6e9f05de479870dd2dbf0c2b781c4;p=mirror%2Ffrr.git quagga: Setup the proper version number in quagga Fix configure.ac to have the proper cumulus version #. Signed-off-by: Donald Sharp Reviewed-by: Daniel Walton --- diff --git a/configure.ac b/configure.ac index d7b0ffe8f9..8f8859a3f1 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.23, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.23.1+cl3.0, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4])