diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-07-27 Paul Jakma <paul.jakma@sun.com> + + * configure.ac: Bump version to 0.99.8 + 2007-06-25 Hasso Tepper <hasso@quagga.net> * configure.ac: Fix typo so it compiles again on BSD systems. diff --git a/configure.ac b/configure.ac index c286fb29..db6c6dc8 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.7, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.8, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) dnl ----------------------------------- |