Set current build number to 0 for DefaultConfig.

Until Jenkins is set up correctly.
This commit is contained in:
asofold 2013-01-04 17:40:36 +01:00
parent afe98203f0
commit 9bf08b08d8

View File

@ -25,7 +25,7 @@ public class DefaultConfig extends ConfigFile {
* NCP build needed for this config.
* (Should only increment with changing or removing paths.)
*/
public static final int buildNumber = 299;
public static final int buildNumber = 0;
/**
* Instantiates a new default configuration.