diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2013-01-16 01:48:04 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-01-16 01:50:52 +0100 |
commit | 955be06f8a647d1149d5547e1265fb66f55a9161 (patch) | |
tree | 3b49f6c76457e2d47a9223fa2d1dc4b3af8b9e5e /configure.ac | |
parent | bgpd: conditional default-originate using route-map (diff) | |
download | frr-955be06f8a647d1149d5547e1265fb66f55a9161.tar.xz frr-955be06f8a647d1149d5547e1265fb66f55a9161.zip |
build: Quagga 0.99.22-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 '')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 937c79ce6..9b378e2d4 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.21, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.22-rc1, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |