summaryrefslogtreecommitdiff
path: root/lib/version.h
diff options
context:
space:
mode:
authorpaul <paul>2003-08-12 13:08:31 +0000
committerpaul <paul>2003-08-12 13:08:31 +0000
commite8f2984c00d406781eff42db7afcdae5d5a6a366 (patch)
treef8b4da099e7f06c25a6b27c873c9897b935b91a2 /lib/version.h
parent5f5eab7833eef6aa0c95ee991bbdb65cfcc90011 (diff)
2003-08-12 Paul Jakma <paul@dishone.st>
2003-08-12 Paul Jakma <paul@dishone.st> * Makefile.am: redhat/zebra.* -> redhat/quagga.* * configure.ac: Bump autoconf prerequisite to 2.53. dist name zebra -> quagga. general Zebra -> Quagga where appropriate (ie not zebra daemon). User and group zebra->quagga. s/ZEBRA\(_VERSION\)/QUAGGA\1/. * bgpd/bgp_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/command.c: Update banners and s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/print_version.c: ditto * lib/version.h: s/ZEBRA\(_VERSION\)/QUAGGA\1/ and bump version. Change ZEBRA_URL. * lib/smux.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/vty.h: Change Zebra.conf to Quagga.conf (integrated file) * ospf6d/ospf6{,_main}.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * ospfd/ospf_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/
Diffstat (limited to 'lib/version.h')
-rw-r--r--lib/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version.h b/lib/version.h
index 028e1f8e..84df21c6 100644
--- a/lib/version.h
+++ b/lib/version.h
@@ -22,11 +22,11 @@
#ifndef _ZEBRA_VERSION_H
#define _ZEBRA_VERSION_H
-#define ZEBRA_VERSION "0.94"
+#define QUAGGA_VERSION "0.96"
#define ZEBRA_BUG_ADDRESS "bug-zebra@gnu.org"
-#define ZEBRA_URL "http://zebra.dishone.st"
+#define ZEBRA_URL "http://www.quagga.net"
extern char *host_name;