Merge branch 'luaextra' of github.com:FacialTurd/The-Powder-Toy into luaextra

This commit is contained in:
Simon Robertshaw 2011-12-09 11:54:03 +00:00
commit 056e811d2f

View File

@ -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)