diff options
| author | 2015-03-23 16:26:30 -0400 | |
|---|---|---|
| committer | 2015-03-23 16:26:30 -0400 | |
| commit | 924d6aa0df17bc4e2396ecaabe92367e8fabdcc4 (patch) | |
| tree | 1200d176c8611ae884a0d1e868b74254a00a9ad2 | |
| parent | skip writing InnerClasses attribute if there's already one there (diff) | |
| download | enigma-924d6aa0df17bc4e2396ecaabe92367e8fabdcc4.tar.gz enigma-924d6aa0df17bc4e2396ecaabe92367e8fabdcc4.tar.xz enigma-924d6aa0df17bc4e2396ecaabe92367e8fabdcc4.zip | |
repackage for 0.10.3 beta
| -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.2b" | 8 | Version = "0.10.3b" |
| 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 ba976b4f..5088bc20 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.2 beta"; | 15 | public static final String Version = "0.10.3 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 |