diff --git a/ChangeLog b/ChangeLog index f948c43b72..4763e5cbe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-27 Paul Jakma + + * configure.ac: Bump to 0.99.5 + 2006-06-15 Andrew J. Schorr * redhat/quagga.spec.in: Get default distro automatically diff --git a/configure.ac b/configure.ac index 37df36e5d9..4f5956e08c 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.4, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.5, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) dnl -----------------------------------