summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2003-08-25 18:53:54 +0200
committerpaul <paul>2003-08-25 18:53:54 +0200
commitd02d5a6b7bc25abc8cf16e4959f89e84116b7ea5 (patch)
treeda0a8e067bc8d5530d74e5a3193e8feb36b50f4c
parent2003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> (diff)
downloadfrr-d02d5a6b7bc25abc8cf16e4959f89e84116b7ea5.tar.xz
frr-d02d5a6b7bc25abc8cf16e4959f89e84116b7ea5.zip
2003-08-25 Paul Jakma <paul@dishone.st>
* configure.ac: bump version-> 0.96.2 * lib/version.h: bump version, ditto.
-rwxr-xr-xconfigure.ac2
-rw-r--r--lib/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c18a41eda..fe8e311fa 100755
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
AC_PREREQ(2.53)
AC_INIT(lib/zebra.h)
-AM_INIT_AUTOMAKE(quagga, 0.96.1)
+AM_INIT_AUTOMAKE(quagga, 0.96.2)
AM_CONFIG_HEADER(config.h)
dnl -----------------------------------
diff --git a/lib/version.h b/lib/version.h
index f28d9cc47..9280613d0 100644
--- a/lib/version.h
+++ b/lib/version.h
@@ -24,7 +24,7 @@
#define QUAGGA_PROGNAME "quagga"
-#define QUAGGA_VERSION "0.96.1"
+#define QUAGGA_VERSION "0.96.2"
#define ZEBRA_BUG_ADDRESS "bug-zebra@gnu.org"