updated version string to Helma 1.2
This commit is contained in:
parent
7bfe7af100
commit
e8f3e04637
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,8 @@ public class ServeUtils
|
||||||
{
|
{
|
||||||
|
|
||||||
// Server identification.
|
// Server identification.
|
||||||
public static final String serverName = "Hop";
|
public static final String serverName = "Helma";
|
||||||
public static final String serverVersion = "1.1 p1";
|
public static final String serverVersion = "1.2 p1";
|
||||||
public static final String serverUrl = "http://helma.org/";
|
public static final String serverUrl = "http://helma.org/";
|
||||||
|
|
||||||
/// Write a standard-format HTML address for this server.
|
/// Write a standard-format HTML address for this server.
|
||||||
|
@ -91,3 +91,4 @@ public class ServeUtils
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue