diff options
author | David Lamparter <equinox@diac24.net> | 2015-03-07 07:58:00 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2015-03-07 07:58:00 +0100 |
commit | d35b51ee5fa3cc4866860f5718c4090de61f9922 (patch) | |
tree | b720bd2a75fbdcfaaaa23f9e54497ca17d25e1dc | |
parent | 09037f838a5aee6fa920c977785c48cd7c482814 (diff) | |
download | quagga-0.99.24.1.tar.bz2 quagga-0.99.24.1.tar.xz |
release: 0.99.24.1quagga-0.99.24.1
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4d52eefa..60e9f66a 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.24, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.24.1, [https://bugzilla.quagga.net]) CONFIG_ARGS="$*" AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) |