bump version

This commit is contained in:
Simon Oberhammer 2014-03-12 09:56:29 +01:00
parent 61bafb72d6
commit dd8f8b6caa
2 changed files with 2 additions and 2 deletions

View file

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