From: Paul Jakma Date: Wed, 10 May 2006 19:52:36 +0000 (+0000) Subject: [0.99] Version bump to 0.99.4 X-Git-Tag: frr-2.0-rc1~2721 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=08f9fb1c4591bfc7cf0c5d174884ca161263787e;p=mirror%2Ffrr.git [0.99] Version bump to 0.99.4 2006-05-10 Paul Jakma * configure.ac: Bump to 0.99.4 --- diff --git a/ChangeLog b/ChangeLog index b45a6059e8..094ee59be5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-10 Paul Jakma + + * configure.ac: Bump to 0.99.4 + 2006-03-30 Paul Jakma * TODO: Add reminder for useful MED functionality we should diff --git a/configure.ac b/configure.ac index 841786fc23..79b191f52d 100755 --- a/configure.ac +++ b/configure.ac @@ -5,10 +5,10 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro ## Portions Copyright (c) 2003 Paul Jakma ## -## $Id: configure.ac,v 1.119 2006/03/30 13:53:59 paul Exp $ +## $Id: configure.ac,v 1.120 2006/05/10 19:52:36 paul Exp $ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.3, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.4, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) dnl -----------------------------------