diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-04-29 Paul Jakma <paul.jakma@sun.com> + + * configure.ac: Bump to 0.99.7 + 2007-04-16 David Young <dyoung@pobox.com> * connected.c (zebra): Only suppress adding a connected diff --git a/configure.ac b/configure.ac index b726528c..b59a571b 100755 --- a/configure.ac +++ b/configure.ac @@ -5,10 +5,10 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org> ## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st> ## -## $Id: configure.ac,v 1.127 2007/02/06 20:10:35 gdt Exp $ +## $Id: configure.ac,v 1.128 2007/04/29 20:13:35 paul Exp $ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.6, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.7, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) dnl ----------------------------------- |