diff options
author | David Lamparter <equinox@diac24.net> | 2015-02-10 11:00:30 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-10 11:00:30 +0100 |
commit | 369b973e42f2b4f00a02e3ca8a1c6f1b252cf4ae (patch) | |
tree | 081c09398d94eefbfaed3bc30f8ad4aa4a95a47f /configure.ac | |
parent | 77ef0ace6b178601a0649ecf88c12c8203c9e077 (diff) | |
download | quagga-0.99.24-rc1.tar.bz2 quagga-0.99.24-rc1.tar.xz |
build: Quagga 0.99.24-rc1quagga-0.99.24-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.
Signed-off-by: David Lamparter <equinox@diac24.net>
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 6632e543..a01c9a7b 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.23, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.24-rc1, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |