From e8f3e04637fcc733113f4e59058b038e347b164b Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 8 Aug 2001 10:05:51 +0000 Subject: [PATCH] updated version string to Helma 1.2 --- src/Acme/Serve/ServeUtils.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Acme/Serve/ServeUtils.java b/src/Acme/Serve/ServeUtils.java index b580ae63..80224635 100644 --- a/src/Acme/Serve/ServeUtils.java +++ b/src/Acme/Serve/ServeUtils.java @@ -42,8 +42,8 @@ public class ServeUtils { // Server identification. - public static final String serverName = "Hop"; - public static final String serverVersion = "1.1 p1"; + public static final String serverName = "Helma"; + public static final String serverVersion = "1.2 p1"; public static final String serverUrl = "http://helma.org/"; /// Write a standard-format HTML address for this server. @@ -91,3 +91,4 @@ public class ServeUtils } } +