summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorGravatar Cuchaz2015-09-09 20:12:12 -0400
committerGravatar Cuchaz2015-09-09 20:12:12 -0400
commite9229a70dd3d8ac36086c06cea47dd636ee0abb3 (patch)
treef75434826e7ba86c386f21e194ab87957557e3fd /build.py
parentlog exceptions to stderr instead of just crashing when procyon chokes on deco... (diff)
downloadenigma-e9229a70dd3d8ac36086c06cea47dd636ee0abb3.tar.gz
enigma-e9229a70dd3d8ac36086c06cea47dd636ee0abb3.tar.xz
enigma-e9229a70dd3d8ac36086c06cea47dd636ee0abb3.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
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 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"