Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
crbednarz committed Sep 29, 2013
1 parent 493af7c commit d1733dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/amidst/Amidst.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class Amidst {
public final static int version_major = 3;
public final static int version_minor = 3;
public final static int version_minor = 4;
public final static String versionOffset = "";
public static InstallInformation installInformation = new InstallInformation(true);
public static final Gson gson = new Gson();
Expand Down
2 changes: 1 addition & 1 deletion src/amidst/foreign/VersionInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public enum VersionInfo {
unknown(null),
V13w39a("npmp[Lkn;jh[J[J[J[J[J[[J"),
V13w39a_or_b("npmp[Lkn;jh[J[J[J[J[J[[J"),
V13w37b_or_38a("ntmt[Lkm;jg[J[J[J[J[J[[J"),
V13w37a("nsms[Lkl;jf[J[J[J[J[J[[J"),
V13w36b("nkmk[Lkd;hw[J[J[J[J[J[[J"),
Expand Down

0 comments on commit d1733dd

Please sign in to comment.