diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-29 02:44:12 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-29 02:44:12 +0200 |
commit | 73ea75daa522a43ad0be9bff1f26a98bc2e105b0 (patch) | |
tree | 96b08745c7e38d766037e990359c9587283754a9 /configure.ac | |
parent | build: configure.ac - use AC_PROG_CC_C99 instead of cflags to force c99 mode (diff) | |
download | frr-73ea75daa522a43ad0be9bff1f26a98bc2e105b0.tar.xz frr-73ea75daa522a43ad0be9bff1f26a98bc2e105b0.zip |
Modify build version.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
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) |