Bump version in prep for new Recomended Build.
This commit is contained in:
parent
b71b963301
commit
e45d111685
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ public class ForgeVersion
|
|||
//This number is incremented every minecraft release, never reset
|
||||
public static final int minorVersion = 15;
|
||||
//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;
|
||||
public static final int revisionVersion = 1;
|
||||
//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
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"modid": "mcp",
|
||||
"name": "Minecraft Coder Pack",
|
||||
"description": "Modding toolkit to decompile and deobfuscate the Minecraft client and server files.",
|
||||
"version": "9.18",
|
||||
"mcversion": "1.8.8",
|
||||
"version": "9.19",
|
||||
"mcversion": "1.8.9",
|
||||
"logoFile": "/mcplogo.png",
|
||||
"url": "http://www.modcoderpack.com/website/",
|
||||
"updateUrl": "",
|
||||
|
|
Loading…
Reference in a new issue