diff options
author | paul <paul> | 2005-04-29 05:20:54 +0200 |
---|---|---|
committer | paul <paul> | 2005-04-29 05:20:54 +0200 |
commit | 0c2029e9121d4c80380c174c2503b7deaf4e03ce (patch) | |
tree | 830eefd420401b8dec14ac8dc6b7b0a3ea01cd82 /configure.ac | |
parent | 2005-04-29 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-0c2029e9121d4c80380c174c2503b7deaf4e03ce.tar.xz frr-0c2029e9121d4c80380c174c2503b7deaf4e03ce.zip |
2005-04-29 Paul Jakma <paul.jakma@sun.com>
* NEWS: Added some more 0.99 news.
* configure.ac: bump to 0.99.1 (0.99.0 was never released except
via CVS snapshots)
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cbc952124..e3582e747 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.104 2005/04/16 17:11:24 ajs Exp $ +## $Id: configure.ac,v 1.105 2005/04/29 03:20:54 paul Exp $ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.0, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.1, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) dnl ----------------------------------- |