summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2014-06-03 18:42:25 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2014-06-03 18:43:07 +0200
commitfdb913aedb5a9807ad60715e8badb4f25d57acea (patch)
tree0146642cbd4e6234b21e088c789a801a58299d21
parentfd6f39a514093973bb0fb39484a0ed9615534c89 (diff)
downloadquagga-fdb913aedb5a9807ad60715e8badb4f25d57acea.tar.bz2
quagga-fdb913aedb5a9807ad60715e8badb4f25d57acea.tar.xz
build: Quagga 0.99.23-rc1quagga-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-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9b17635..fa9e6e1f 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])