Bump minor version # to 2 because of the fluid changes (mirroring what happening in 1.7.10)

This commit is contained in:
cpw 2015-06-01 16:31:16 -04:00
parent d02636213a
commit 3c640fa32d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class ForgeVersion
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 14;
//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 = 2;
//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;