diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-06 19:45:01 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-06 19:45:01 (GMT) |
| commit | ae828393ce38b4a15ed9f9b47d615eb5505d5f47 (patch) | |
| tree | 4e68ff860b3ab9666101bbf1474c20b2c2edf9b6 /includes | |
| parent | 122babe356fc975f4bd4aa7c9e9ed212a6003d1f (diff) | |
| download | powder-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.h | 2 |
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 |
