3
0

Update forge to 1481

This commit is contained in:
Prototik
2015-06-27 19:47:27 +07:00
parent 8c50b9899f
commit eedf6789a0
19 changed files with 507 additions and 486 deletions

View File

@ -5,7 +5,7 @@
public static final int revisionVersion = 4;
//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;
+ public static final int buildVersion = 1448; // Cauldron
+ public static final int buildVersion = kcauldron.KCauldron.lookupForgeRevision(); // KCauldron
private static Status status = PENDING;
private static String target = null;