Fix schizophrenia in version numbers.
This commit is contained in:
parent
cdc86e9af6
commit
68ad1e03cf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class ForgeVersion
|
|||
//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;
|
||||
// This is the minecraft version we're building for - used in various places in Forge/FML code
|
||||
public static final String mcVersion = "1.9";
|
||||
public static final String mcVersion = "1.9.4";
|
||||
// This is the MCP data version we're using
|
||||
public static final String mcpVersion = "9.23";
|
||||
@SuppressWarnings("unused")
|
||||
|
|
Loading…
Reference in a new issue