summaryrefslogtreecommitdiff
path: root/lib/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.h')
-rw-r--r--lib/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/version.h b/lib/version.h
index 9a90bf4e..028e1f8e 100644
--- a/lib/version.h
+++ b/lib/version.h
@@ -22,10 +22,12 @@
#ifndef _ZEBRA_VERSION_H
#define _ZEBRA_VERSION_H
-#define ZEBRA_VERSION "0.93b"
+#define ZEBRA_VERSION "0.94"
#define ZEBRA_BUG_ADDRESS "bug-zebra@gnu.org"
+#define ZEBRA_URL "http://zebra.dishone.st"
+
extern char *host_name;
void print_version(char *);