diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-14 05:04:27 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-14 05:04:27 +1000 |
| commit | 59a72e32bec1bbc166393b7235d6a9dfc489297e (patch) | |
| tree | 31aa3cb86613df5a43203f97ecb467112fb15316 /src | |
| parent | e94b28f5ea7128cfa4c81de1a736439c746dc660 (diff) | |
| download | GT5-Unofficial-59a72e32bec1bbc166393b7235d6a9dfc489297e.tar.gz GT5-Unofficial-59a72e32bec1bbc166393b7235d6a9dfc489297e.tar.bz2 GT5-Unofficial-59a72e32bec1bbc166393b7235d6a9dfc489297e.zip | |
^ Bumped the Version to v1.4.9.4-prerelease.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Java/gtPlusPlus/core/lib/CORE.java | 2 | ||||
| -rw-r--r-- | src/resources/mcmod.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/lib/CORE.java b/src/Java/gtPlusPlus/core/lib/CORE.java index 68bf2ec445..255abad390 100644 --- a/src/Java/gtPlusPlus/core/lib/CORE.java +++ b/src/Java/gtPlusPlus/core/lib/CORE.java @@ -18,7 +18,7 @@ public class CORE { public static final String name = "GT++"; public static final String MODID = "miscutils"; - public static final String VERSION = "1.4.9-release"; + public static final String VERSION = "1.4.9.4-prerelease"; public static final String MASTER_VERSION = NetworkUtils.getContentFromURL("https://raw.githubusercontent.com/draknyte1/GTplusplus/master/Recommended.txt").toLowerCase(); public static boolean isModUpToDate = Utils.isModUpToDate(); public static boolean DEBUG = false; diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index 799dca7ec3..a8762646c4 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -5,7 +5,7 @@ "description": "Adds a few various Multiblocks, Machines, etc to Gregtech and a plethora of other mods (Nearly 30!)", "credits": "", "logoFile": "", - "version": "1.4.9-release", + "version": "1.4.9.4-prerelease", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/GTplusplus/wiki", "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", |
