diff options
| author | Simon <simon@hardwired.org.uk> | 2010-07-27 13:20:11 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-07-27 13:20:11 (GMT) |
| commit | 7e2d1ed3c093c8aef4844c55a810adf57a0bed22 (patch) | |
| tree | 26d32e614641067c3de2f40ac4fcca0ee53cf4d3 /version.h | |
| parent | d12bf45aafb99438c60788a1c11e9ef533ac2c37 (diff) | |
| download | powder-7e2d1ed3c093c8aef4844c55a810adf57a0bed22.zip powder-7e2d1ed3c093c8aef4844c55a810adf57a0bed22.tar.gz | |
Added copy/cut and paste, speed improvements for the 'nearest_part' function
Diffstat (limited to 'version.h')
| -rwxr-xr-x | version.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,11 +21,11 @@ #define VERSION_H #define SAVE_VERSION 38 -#define MINOR_VERSION 0 -#define IDENT_VERSION "S" //Change this if you're not Simon! It should be a single letter. +#define MINOR_VERSION 1 +#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter. #define MENUV3 -//#define BETA +#define BETA #define HEAT_ENABLE #endif |
