summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-10-29 02:44:12 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-10-29 02:44:12 +0200
commit73ea75daa522a43ad0be9bff1f26a98bc2e105b0 (patch)
tree96b08745c7e38d766037e990359c9587283754a9 /configure.ac
parentbuild: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c99 mode (diff)
downloadfrr-73ea75daa522a43ad0be9bff1f26a98bc2e105b0.tar.xz
frr-73ea75daa522a43ad0be9bff1f26a98bc2e105b0.zip
Modify build version.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 ca4068a30..3ca5fe852 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)