diff options
author | paul <paul> | 2004-10-07 16:25:49 +0000 |
---|---|---|
committer | paul <paul> | 2004-10-07 16:25:49 +0000 |
commit | 353cb3db08090c7964a633548a686b099b03e860 (patch) | |
tree | 5a8318efa2b438da39b1132a215a8eed89f4765b /configure.ac | |
parent | 04b95ff4542816c54df0473769a6fb9bcc4dae76 (diff) | |
download | quagga-353cb3db08090c7964a633548a686b099b03e860.tar.bz2 quagga-353cb3db08090c7964a633548a686b099b03e860.tar.xz |
2004-10-07 Paul Jakma <paul@dishone.st>
* bump version to 0.97.0, release imminent.
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 06ce7588..c543837d 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.97.0, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(config.h) |