Skip to content
Snippets Groups Projects
Commit e8ac3a91 authored by Dennis Bonke's avatar Dennis Bonke
Browse files

Derped up Version 0.2.1B3.

parent 32e769ec
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ else
println "!! No build number set !!"
}
version = "1.7.10-0.2.1-B1" + "-" + project.buildnumber
version = "1.7.10-0.2.1-B3" + "-" + project.buildnumber
group= "com.advancedmods.amcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "AMCore"
......
......@@ -14,7 +14,7 @@ public class AMCoreProps {
public static final String REQUIRED_FORGE_BASE = "10.13.2.1240";
public static final String FORGE_VERSION = "[" + REQUIRED_FORGE_BASE + "]";
public static final String VERSION_BASE = "R0.2.1";
public static final String VERSION_IDENTIFIER = "B1";
public static final String VERSION_IDENTIFIER = "B3";
public static final String VERSION_COMPLETE = MC_VERSION + VERSION_BASE + VERSION_IDENTIFIER;
// General Mod Stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment