diff options
author | hasso <hasso> | 2005-04-01 10:25:48 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-04-01 10:25:48 +0000 |
commit | 484ce0b94d72f273377397168343b9126b978d57 (patch) | |
tree | 28d0cf4ce21375858a2ae414b47dd1144bf401b8 /configure.ac | |
parent | 2ed54a783a7c119e78519d8fb92c835098d4a41c (diff) | |
download | quagga.0.98.3.release.tar.bz2 quagga.0.98.3.release.tar.xz |
* configure.ac: Bump version to 0.98.3.quagga.0.98.3.release
* doc/quagga.info: Version bump (autogenerated)
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 abc53f08..e453d946 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.98.2, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.98.3, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(config.h) |