diff options
author | David Lamparter <equinox@diac24.net> | 2013-07-30 16:47:01 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-07-30 16:47:01 +0200 |
commit | f1e604425fff959032cd4c47fe0493ac2ab2fb0f (patch) | |
tree | b68423d39628e5349c32fc1c4e7a9efdd71fb39f | |
parent | d8df0b1e2dadd7409cac011da5b182b092862d89 (diff) | |
download | quagga-0.99.22.3.tar.bz2 quagga-0.99.22.3.tar.xz |
release: 0.99.22.3quagga-0.99.22.3
0.99.22.2 broke build on FreeBSD. It'll be mostly obliterated from
history and only remain in the git history.
* configure.ac: Bump to 0.99.22.3
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 121bc8e6..bb1530af 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.22.2, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.22.3, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |