Allow building with Visual Studio, at the loss of some functionality, also, updates to version number

This commit is contained in:
Simon
2010-12-19 18:39:39 +00:00
parent e380237cbc
commit 314e937ec8
2 changed files with 6 additions and 3 deletions

View File

@@ -7,10 +7,10 @@
#define PATH_SEP "/"
#endif
#define SAVE_VERSION 44
#define MINOR_VERSION 7
#define SAVE_VERSION 45
#define MINOR_VERSION 0
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
//#define BETA
#define BETA
#define SERVER "powdertoy.co.uk"