summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Cuchaz2015-09-09 20:12:12 -0400
committerGravatar Cuchaz2015-09-09 20:12:12 -0400
commite9229a70dd3d8ac36086c06cea47dd636ee0abb3 (patch)
treef75434826e7ba86c386f21e194ab87957557e3fd
parentlog exceptions to stderr instead of just crashing when procyon chokes on deco... (diff)
downloadenigma-0.11_beta.tar.gz
enigma-0.11_beta.tar.xz
enigma-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.py2
-rw-r--r--src/cuchaz/enigma/Constants.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.py b/build.py
index c4e86b2b..13f3b469 100644
--- a/build.py
+++ b/build.py
@@ -5,7 +5,7 @@ import sys
5# settings 5# settings
6PathSsjb = "../ssjb" 6PathSsjb = "../ssjb"
7Author = "Cuchaz" 7Author = "Cuchaz"
8Version = "0.10.4b" 8Version = "0.11b"
9 9
10DirBin = "bin" 10DirBin = "bin"
11DirLib = "lib" 11DirLib = "lib"
diff --git a/src/cuchaz/enigma/Constants.java b/src/cuchaz/enigma/Constants.java
index 951fa8f3..598cf38f 100644
--- a/src/cuchaz/enigma/Constants.java
+++ b/src/cuchaz/enigma/Constants.java
@@ -12,7 +12,7 @@ package cuchaz.enigma;
12 12
13public class Constants { 13public 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