Skip to content

Commit e45d111

Browse files
committed
Bump version in prep for new Recomended Build.
1 parent b71b963 commit e45d111

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/net/minecraftforge/common/ForgeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ForgeVersion
3535
//This number is incremented every minecraft release, never reset
3636
public static final int minorVersion = 15;
3737
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
38-
public static final int revisionVersion = 0;
38+
public static final int revisionVersion = 1;
3939
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
4040
public static final int buildVersion = 0;
4141
// This is the minecraft version we're building for - used in various places in Forge/FML code

src/main/resources/mcpmod.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"modid": "mcp",
44
"name": "Minecraft Coder Pack",
55
"description": "Modding toolkit to decompile and deobfuscate the Minecraft client and server files.",
6-
"version": "9.18",
7-
"mcversion": "1.8.8",
6+
"version": "9.19",
7+
"mcversion": "1.8.9",
88
"logoFile": "/mcplogo.png",
99
"url": "http://www.modcoderpack.com/website/",
1010
"updateUrl": "",

0 commit comments

Comments
 (0)