diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-07-27 16:48:55 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-07-27 16:48:55 +0000 |
commit | e6a01955a7d26dda6f0ecfb6a787d4c46442303b (patch) | |
tree | c0760744fc4f0ed888f5919ec0e25841c869cda8 | |
parent | 97cabcf760b8343512b5646e60cc228b8dc1350a (diff) |
2007-07-27 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Bump version to 0.99.8
-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 ----------------------------------- |