summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3549022b..38ea66dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 -----------------------------------