diff options
| author | 2015-03-15 09:53:21 -0400 | |
|---|---|---|
| committer | 2015-03-15 09:53:21 -0400 | |
| commit | 2ff03cb72dccafd387776f5b0f91be1e8b056afb (patch) | |
| tree | 7e5fb167c55319f7721aef9a335b3fc74245e5be /src | |
| parent | fix bugs in the mappings converter (diff) | |
| download | enigma-2ff03cb72dccafd387776f5b0f91be1e8b056afb.tar.gz enigma-2ff03cb72dccafd387776f5b0f91be1e8b056afb.tar.xz enigma-2ff03cb72dccafd387776f5b0f91be1e8b056afb.zip | |
repackage for 0.9 betav0.9_beta
Diffstat (limited to 'src')
| -rw-r--r-- | src/cuchaz/enigma/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuchaz/enigma/Constants.java b/src/cuchaz/enigma/Constants.java index db147781..8910a960 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.8 beta"; | 15 | public static final String Version = "0.9 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 |