Small fixes for v 0.3.2.1

This commit is contained in:
Manfred Karrer 2015-11-18 22:58:41 +01:00
parent 03b7503b11
commit f009434530
10 changed files with 22 additions and 126 deletions

View file

@ -24,12 +24,7 @@ public class Version {
private static final Logger log = LoggerFactory.getLogger(Version.class);
// The application versions
private static final int MAJOR_VERSION = 0;
private static final int MINOR_VERSION = 3;
// used as updateFX index
public static final int PATCH_VERSION = 2;
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION;
public static final String VERSION = "0.3.2.1";
// The version nr. for the objects sent over the network. A change will break the serialization of old objects.
// If objects are used for both network and database the network version is applied.