diff options
| author | 2015-09-09 20:12:12 -0400 | |
|---|---|---|
| committer | 2015-09-09 20:12:12 -0400 | |
| commit | e9229a70dd3d8ac36086c06cea47dd636ee0abb3 (patch) | |
| tree | f75434826e7ba86c386f21e194ab87957557e3fd | |
| parent | log exceptions to stderr instead of just crashing when procyon chokes on deco... (diff) | |
| download | enigma-fork-0.11_beta.tar.gz enigma-fork-0.11_beta.tar.xz enigma-fork-0.11_beta.zip | |
bump version to 0.11v0.11_beta
we just add compatibility with the server jar. I guess that's worth a minor revision =P
| -rw-r--r-- | build.py | 2 | ||||
| -rw-r--r-- | src/cuchaz/enigma/Constants.java | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ import sys | |||
| 5 | # settings | 5 | # settings |
| 6 | PathSsjb = "../ssjb" | 6 | PathSsjb = "../ssjb" |
| 7 | Author = "Cuchaz" | 7 | Author = "Cuchaz" |
| 8 | Version = "0.10.4b" | 8 | Version = "0.11b" |
| 9 | 9 | ||
| 10 | DirBin = "bin" | 10 | DirBin = "bin" |
| 11 | DirLib = "lib" | 11 | DirLib = "lib" |
diff --git a/src/cuchaz/enigma/Constants.java b/src/cuchaz/enigma/Constants.java index 951fa8f..598cf38 100644 --- a/src/cuchaz/enigma/Constants.java +++ b/src/cuchaz/enigma/Constants.java | |||
| @@ -12,7 +12,7 @@ package cuchaz.enigma; | |||
| 12 | 12 | ||
| 13 | public class Constants { | 13 | public class Constants { |
| 14 | public static final String Name = "Enigma"; | 14 | public static final String Name = "Enigma"; |
| 15 | public static final String Version = "0.10.4 beta"; | 15 | public static final String Version = "0.11 beta"; |
| 16 | public static final String Url = "http://www.cuchazinteractive.com/enigma"; | 16 | public static final String Url = "http://www.cuchazinteractive.com/enigma"; |
| 17 | public static final int MiB = 1024 * 1024; // 1 mebibyte | 17 | public static final int MiB = 1024 * 1024; // 1 mebibyte |
| 18 | public static final int KiB = 1024; // 1 kebibyte | 18 | public static final int KiB = 1024; // 1 kebibyte |