Skip to content

Commit

Permalink
Updated Version to 0.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadrik committed Apr 10, 2014
1 parent 4ad2be5 commit 3430564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TFC_Shared/src/TFC/Reference.java
Expand Up @@ -6,8 +6,8 @@ public class Reference
public static final String ModName = "TerraFirmaCraft";

public static final int VersionMajor = 0;
public static final int VersionMinor = 77;
public static final int VersionRevision = 22;
public static final int VersionMinor = 78;
public static final int VersionRevision = 0;

public static final String ModVersion = VersionMajor+"."+VersionMinor+"."+VersionRevision;

Expand Down

0 comments on commit 3430564

Please sign in to comment.