Bump version number for 1.5.2

This commit is contained in:
LexManos 2013-05-02 09:02:26 -07:00
parent 3242904b36
commit cd40aba38e
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ public class ForgeVersion
//This number is incremented every time we remove deprecated code/major API changes, never reset
public static final int majorVersion = 7;
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 7;
public static final int minorVersion = 8;
//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 = 1;
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;