Bump version to 4.1.2 to mark the end of todays changes.

This commit is contained in:
LexManos 2012-09-11 19:16:54 -07:00
parent a44181a192
commit 12d4e39bdd

View file

@ -12,7 +12,7 @@ public class ForgeVersion
//This number is incremented every official release, and reset every Minecraft version
public static final int minorVersion = 1;
//This number is incremented every time a interface changes, 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;