diff options
author | paul <paul> | 2007-04-29 20:13:35 +0000 |
---|---|---|
committer | paul <paul> | 2007-04-29 20:13:35 +0000 |
commit | c96d9379e0973589482cb130bdea7aa8ad1eaabf (patch) | |
tree | d3e0f2260860f49039c6f4c0463206b89d3702e2 | |
parent | b8c9ca468e536fc8f3ca0f528a5eccbd0efc229d (diff) | |
download | quagga-c96d9379e0973589482cb130bdea7aa8ad1eaabf.tar.bz2 quagga-c96d9379e0973589482cb130bdea7aa8ad1eaabf.tar.xz |
[0.99] Version bump to 0.99.7
2007-04-29 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Bump to 0.99.7
-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 ----------------------------------- |