summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-08 02:56:35 +0200
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-08 02:56:35 +0200
commitcbca9a189c98cc9eb94844298012cf0f25f669b4 (patch)
tree72db9cdcf7f2f7a121c9d8e50ff0f95ff12ac277 /configure.ac
parentlib: Add newline terminators to pim docstring (diff)
parentbgpd: Fix for CM-11982 bgp failed to redistribute connected in vrf table (diff)
downloadfrr-cbca9a189c98cc9eb94844298012cf0f25f669b4.tar.xz
frr-cbca9a189c98cc9eb94844298012cf0f25f669b4.zip
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 792cacd0c..9cdf1903d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)
-AC_INIT(Quagga, 0.99.24+cl3u2, [https://bugzilla.quagga.net])
+AC_INIT(Quagga, 0.99.24+cl3u3, [https://bugzilla.quagga.net])
CONFIG_ARGS="$*"
AC_SUBST(CONFIG_ARGS)
AC_CONFIG_SRCDIR(lib/zebra.h)