diff options
| author | 2015-02-28 11:17:39 -0500 | |
|---|---|---|
| committer | 2015-02-28 11:17:39 -0500 | |
| commit | 09e41e6dcce1698f9bd626c4f745a63af5077fe9 (patch) | |
| tree | f3543ef7bc57fe82f12df52ff4052f8d3af1d594 /src/cuchaz/enigma/Constants.java | |
| parent | fixed lots of issues with inner class reconstruction, particularly for inner ... (diff) | |
| download | enigma-fork-09e41e6dcce1698f9bd626c4f745a63af5077fe9.tar.gz enigma-fork-09e41e6dcce1698f9bd626c4f745a63af5077fe9.tar.xz enigma-fork-09e41e6dcce1698f9bd626c4f745a63af5077fe9.zip | |
update version string to 0.8 betav0.8_beta
Diffstat (limited to 'src/cuchaz/enigma/Constants.java')
| -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 3bf3999..db14778 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.7 beta"; | 15 | public static final String Version = "0.8 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 |