Ticket #60 (closed defect: fixed)
References persist to 2.0
| Reported by: | fawkes@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1 release |
| Component: | zephyr | Version: | 3.0 |
| Keywords: | Cc: | ||
| Platform: |
Description
There are references to Zephyr 2.0 in a couple places. The patch below corrects them. There may be more, but an fgrep -r '2.0' didn't turn up any that I could see.
Index: USING
===================================================================
--- USING (revision 2563)
+++ USING (working copy)
@@ -1,5 +1,5 @@
This file explains how to use an existing Zephyr service once you've
-built and installed the Zephyr 2.0 distribution. To learn how to
+built and installed the Zephyr 3.0 distribution. To learn how to
build and install Zephyr, read the file INSTALL. To learn how to set
up Zephyr service at a site, read the file OPERATING.
Index: server/version.c
===================================================================
--- server/version.c (revision 2563)
+++ server/version.c (working copy)
@@ -17,7 +17,7 @@
#include "zserver.h"
#include "version.h"
-const char zephyr_version[] = "Zephyr system version 2.0";
+const char zephyr_version[] = "Zephyr system version 3.0";
#ifdef DEBUG
const char version[] = "Zephyr server (DEBUG) $Revision$";
