Updated FML to 132, TextureFX fix, and bumped revision to 6.

This commit is contained in:
LexManos 2012-06-11 14:10:55 -07:00
parent 986c6722b6
commit de85112535
2 changed files with 1 additions and 1 deletions

View file

@ -639,7 +639,7 @@ public class ForgeHooks
//This number is incremented every official release, and reset every Minecraft version //This number is incremented every official release, and reset every Minecraft version
public static final int minorVersion = 2; public static final int minorVersion = 2;
//This number is incremented every time a interface changes, and reset every Minecraft version //This number is incremented every time a interface changes, and reset every Minecraft version
public static final int revisionVersion = 5; public static final int revisionVersion = 6;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code. //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; public static final int buildVersion = 0;