summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-07-31 13:20:22 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-07-31 13:20:22 (GMT)
commit89e47bfa4dbad13cdf6074f0b12820335b19cdbd (patch)
tree080d99cb14f4e8b4545a3b46c6705878b66835d3 /includes
parent500cfc3746f6050e679144c759ae878ff34d4db8 (diff)
downloadpowder-89e47bfa4dbad13cdf6074f0b12820335b19cdbd.zip
powder-89e47bfa4dbad13cdf6074f0b12820335b19cdbd.tar.gz
Some tags for version info to make it easier for automation tools
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 32eed4d..3f3760e 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -7,10 +7,13 @@
#define PATH_SEP "/"
#endif
+//VersionInfoStart
#define SAVE_VERSION 53
#define MINOR_VERSION 0
-#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define BETA
+//VersionInfoEnd
+
+#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define SERVER "powdertoy.co.uk"