Bump version for new Minecraft version.

This commit is contained in:
LexManos 2015-11-26 17:05:45 -08:00
parent 7e5a2cb5ca
commit eb26b3ca0f
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ public class ForgeVersion
//This number is incremented every time we remove deprecated code/major API changes, never reset
public static final int majorVersion = 11;
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 14;
public static final int minorVersion = 15;
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
public static final int revisionVersion = 4;
public static final int revisionVersion = 0;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
public static final int buildVersion = 0;
// This is the minecraft version we're building for - used in various places in Forge/FML code