diff options
author | paul <paul> | 2004-10-11 18:26:59 +0000 |
---|---|---|
committer | paul <paul> | 2004-10-11 18:26:59 +0000 |
commit | d85e406741f6b6850914d44dbf073cafc897dab8 (patch) | |
tree | 303fce73ea1fc7972fccbe06190cce562b8b0bc0 | |
parent | 479dfa87fda8d327e397e78b72f354bef1c37173 (diff) | |
download | quagga-d85e406741f6b6850914d44dbf073cafc897dab8.tar.bz2 quagga-d85e406741f6b6850914d44dbf073cafc897dab8.tar.xz |
2004-10-11 Paul Jakma <paul@dishone.st>quagga.0.97.1.release
* bump version to 0.97.1, release imminent.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-10-11 Paul Jakma <paul@dishone.st> + + * bump version to 0.97.1, release imminent. + 2004-10-07 Paul Jakma <paul@dishone.st> * bump version to 0.97.0, release imminent. diff --git a/configure.ac b/configure.ac index c543837d..38ff1b5d 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.97.0, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.97.1, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(config.h) |