Bumped version number to 3.3.7 for full release.
This commit is contained in:
parent
7711505b92
commit
7d9084ddd9
1 changed files with 2 additions and 2 deletions
|
@ -637,9 +637,9 @@ public class ForgeHooks
|
|||
//This number is incremented every Minecraft version, and never reset
|
||||
public static final int majorVersion = 3;
|
||||
//This number is incremented every official release, and reset every Minecraft version
|
||||
public static final int minorVersion = 2;
|
||||
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 = 6;
|
||||
public static final int revisionVersion = 7;
|
||||
//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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue