From d8717ee0b6f6e9f05de479870dd2dbf0c2b781c4 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 22 Mar 2016 08:29:11 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.39.5