diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-08-27 22:06:12 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-08-27 22:06:12 +0000 |
commit | c15deb1b7428a2baedfb615b1a41fe28d48c598c (patch) | |
tree | b4b1564e6ad7bba03ddd1a3ce35c52df00721846 | |
parent | 29b5a044e5ca25944c408cf41a6414e071b11a26 (diff) |
[0.99] version bump to 0.99.5
2006-08-27 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Bump to 0.99.5
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-08-27 Paul Jakma <paul.jakma@sun.com> + + * configure.ac: Bump to 0.99.5 + 2006-06-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * redhat/quagga.spec.in: Get default distro automatically diff --git a/configure.ac b/configure.ac index 37df36e5..4f5956e0 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 ----------------------------------- |