Bumped version number for new IEntityLiving interface.

This commit is contained in:
LexManos 2012-06-19 14:30:01 -07:00
parent af8d8ef4e6
commit 52647e0607
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"modid" : "mod_MinecraftForge",
"name" : "Minecraft Forge",
"version" : "v3.2.4",
"version" : "v3.3.8",
"url" : "http://MinecraftForge.net",
"credits" : "Lots of people have contributed to MinecraftForge",
"authors": [

View File

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