updated version string to Helma 1.2

This commit is contained in:
hns 2001-08-08 10:05:51 +00:00
parent 7bfe7af100
commit e8f3e04637

View file

@ -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
}
}