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 | |
| parent | fd6f39a514093973bb0fb39484a0ed9615534c89 (diff) | |
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.
| -rwxr-xr-x | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9b1763504..fa9e6e1f22 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])  | 
