aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordraknyte1 <draknyte1@hotmail.com>2017-02-26 09:52:49 +1000
committerdraknyte1 <draknyte1@hotmail.com>2017-02-26 09:52:49 +1000
commit5e0e5e4c5722fb2de5e19af8da6004b42fce43da (patch)
treefa1d51f7690685affa7d275a65ad99024173346d /src
parent25f34623fec2025c9a72c88f4ff1a0cbe9889b65 (diff)
downloadGT5-Unofficial-5e0e5e4c5722fb2de5e19af8da6004b42fce43da.tar.gz
GT5-Unofficial-5e0e5e4c5722fb2de5e19af8da6004b42fce43da.tar.bz2
GT5-Unofficial-5e0e5e4c5722fb2de5e19af8da6004b42fce43da.zip
^ Version Bump.
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/core/lib/CORE.java2
-rw-r--r--src/resources/mcmod.info2
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 a74e5c9a77..03fdbdb435 100644
--- a/src/Java/gtPlusPlus/core/lib/CORE.java
+++ b/src/Java/gtPlusPlus/core/lib/CORE.java
@@ -27,7 +27,7 @@ public class CORE {
public static final String name = "GT++";
public static final String MODID = "miscutils";
- public static final String VERSION = "1.4.9.43-alpha";
+ public static final String VERSION = "1.4.9.66-alpha";
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 29abbd71f1..8b766c7287 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.43-alpha",
+ "version": "1.4.9.66-alpha",
"mcversion": "1.7.10",
"url": "https://github.com/draknyte1/GTplusplus/wiki",
"updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest",