Bump major and minor version numbers to mark 1.5, it's gunna break everything. Should be a compileable 1.5 build.
This commit is contained in:
parent
8bc11fbb27
commit
875709931c
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ package net.minecraftforge.common;
|
|||
public class ForgeVersion
|
||||
{
|
||||
//This number is incremented every time we remove deprecated code/major API changes, never reset
|
||||
public static final int majorVersion = 6;
|
||||
public static final int majorVersion = 7;
|
||||
//This number is incremented every minecraft release, never reset
|
||||
public static final int minorVersion = 6;
|
||||
public static final int minorVersion = 7;
|
||||
//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 = 0;
|
||||
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
|
||||
|
|
Loading…
Reference in a new issue