summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-12-06 19:45:01 (GMT)
committer Simon <simon@hardwired.org.uk>2010-12-06 19:45:01 (GMT)
commitae828393ce38b4a15ed9f9b47d615eb5505d5f47 (patch)
tree4e68ff860b3ab9666101bbf1474c20b2c2edf9b6 /includes
parent122babe356fc975f4bd4aa7c9e9ed212a6003d1f (diff)
downloadpowder-ae828393ce38b4a15ed9f9b47d615eb5505d5f47.zip
powder-ae828393ce38b4a15ed9f9b47d615eb5505d5f47.tar.gz
Fix open_ui bug where client will crash with a null pointer exception if the prerender_save function returns null due to newer save or other
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index f5d2385..18c9869 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -8,7 +8,7 @@
#endif
#define SAVE_VERSION 44
-#define MINOR_VERSION 1
+#define MINOR_VERSION 2
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define BETA