diff options
author | David Lamparter <equinox@diac24.net> | 2015-03-03 00:50:57 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2015-03-03 00:50:57 +0100 |
commit | f191f1e6d64e9f2cefacc91023a2359d037fea79 (patch) | |
tree | 4c2967f9337b67261b6e0c8cd59c5ec47017d2b4 /configure.ac | |
parent | 4c421215a0330b96d85879810558d40027a96ca6 (diff) | |
download | quagga-0.99.24.tar.bz2 quagga-0.99.24.tar.xz |
release: 0.99.24quagga-0.99.24
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 75a48e4d..4d52eefa 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.24-rc1, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.24, [https://bugzilla.quagga.net]) CONFIG_ARGS="$*" AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) |