diff options
author | David Lamparter <equinox@diac24.net> | 2013-04-11 17:18:54 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-04-11 17:18:54 +0200 |
commit | 747d6e783b60d67e6f83d3681fe523b2ecb01ed3 (patch) | |
tree | 1f7d1b7cb10afb5d187b2b2a9db5b97a66a03d58 | |
parent | d7803b42ab7f1db9c5ce478bf39d933a5ff52f53 (diff) | |
download | quagga-0.99.22.1.tar.bz2 quagga-0.99.22.1.tar.xz |
release: 0.99.22.1quagga-0.99.22.1
* configure.ac: Bump to 0.99.22.1
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e59037a..26129fd0 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.22.1, [https://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |