summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-12-09 11:54:03 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-09 11:54:03 (GMT)
commit056e811d2f1f61524cc31865850350a00d1f338a (patch)
treeae8ac95e6d2417215e91afdd83c69d265d891647 /includes
parent9dcdccc06693051acb31e8eb5bd1de6a10fbb306 (diff)
parent1585eda5f0b7b0dee9469b8e841fc7e0bc5b6a9c (diff)
downloadpowder-056e811d2f1f61524cc31865850350a00d1f338a.zip
powder-056e811d2f1f61524cc31865850350a00d1f338a.tar.gz
Merge branch 'luaextra' of github.com:FacialTurd/The-Powder-Toy into luaextra
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/defines.h b/includes/defines.h
index bdf3f8c..8dbfca3 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -9,12 +9,12 @@
//VersionInfoStart
#define SAVE_VERSION 69
-#define MINOR_VERSION 0
+#define MINOR_VERSION 1
#define BETA
-#define BUILD_NUM 116
+#define BUILD_NUM 119
//VersionInfoEnd
-#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
+#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter
#define MTOS_EXPAND(str) #str
#define MTOS(str) MTOS_EXPAND(str)