diff options
author | paul <paul> | 2007-07-27 16:48:55 +0000 |
---|---|---|
committer | paul <paul> | 2007-07-27 16:48:55 +0000 |
commit | 2df0f3ece56219618c2683b059f7fd537ddbd2cf (patch) | |
tree | c67ec0f9af91303fbe8c5cbff08a856797be302a | |
parent | eae24b1a5af33cb94bc8d273014c8a95aeed1145 (diff) | |
download | quagga-2df0f3ece56219618c2683b059f7fd537ddbd2cf.tar.bz2 quagga-2df0f3ece56219618c2683b059f7fd537ddbd2cf.tar.xz |
2007-07-27 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Bump version to 0.99.8
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 7086f300..679a30f7 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.135 2007/06/25 19:30:59 hasso Exp $ +## $Id: configure.ac,v 1.136 2007/07/27 16:48:55 paul Exp $ 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 ----------------------------------- |