chg: updated version string

this is a custom version of helma for antville 1.6
This commit is contained in:
Tobi Schäfer 2016-12-17 18:05:33 +01:00
parent 29743f0608
commit 7d07ac4f2d

View file

@ -38,7 +38,7 @@ import helma.util.ResourceProperties;
*/
public class Server implements Runnable {
// version string
public static final String version = "1.7.3 (__builddate__)";
public static final String version = "🐜 (__builddate__)";
// static server instance
private static Server server;