diff options
author | David Lamparter <equinox@diac24.net> | 2014-06-03 18:42:25 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2014-06-03 18:43:07 +0200 |
commit | fdb913aedb5a9807ad60715e8badb4f25d57acea (patch) | |
tree | 0146642cbd4e6234b21e088c789a801a58299d21 /configure.ac | |
parent | isisd: ignore the unrecognized TLVs (diff) | |
download | frr-fdb913aedb5a9807ad60715e8badb4f25d57acea.tar.xz frr-fdb913aedb5a9807ad60715e8badb4f25d57acea.zip |
build: Quagga 0.99.23-rc1
this is not a full release version, so neither release notes nor
documentation are updated yet. Also, signing the tag with my private
GPG key instead of the Quagga one.
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 f9b176350..fa9e6e1f2 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.22, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.23-rc1, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |