aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-18 15:25:16 -0500
committerFranklin Wei <git@fwei.tk>2016-01-18 15:25:16 -0500
commitdfa1581f631a233b33ebc64ad2117498600c1b8d (patch)
tree53476d4713761096096c48f56dc0e2d8068f2108 /src
parent31d9ec507ee68ce4829ae1687dbf76a911c4cc75 (diff)
downloadnetcosm-dfa1581f631a233b33ebc64ad2117498600c1b8d.zip
netcosm-dfa1581f631a233b33ebc64ad2117498600c1b8d.tar.gz
netcosm-dfa1581f631a233b33ebc64ad2117498600c1b8d.tar.bz2
netcosm-dfa1581f631a233b33ebc64ad2117498600c1b8d.tar.xz
bump version to 0.3.0
Diffstat (limited to 'src')
-rw-r--r--src/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h
index eb04f2e..141b362 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -58,9 +58,9 @@
#define WORLDFILE "world.dat"
#define LOGFILE "netcosm.log"
-#define WORLD_MAGIC 0xff467777
+#define WORLD_MAGIC 0x31415926
#define MAX_FAILURES 3
-#define NETCOSM_VERSION "0.2"
+#define NETCOSM_VERSION "0.3.0"
/* username length */
#define MAX_NAME_LEN 32