diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-03 12:15:58 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-03 12:15:58 -0400 |
| commit | 3f0e7a64b91958f951c4e94bbd5b4363a8faa553 (patch) | |
| tree | a4a2abfc0eb3ba12d4de2a351a89cd3952fea4a5 /src | |
| parent | 724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4 (diff) | |
| download | netcosm-0.5.2.zip netcosm-0.5.2.tar.gz netcosm-0.5.2.tar.bz2 netcosm-0.5.2.tar.xz | |
bump version to 0.5.20.5.2
Diffstat (limited to '')
| -rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 5a164ba..193bed4 100644 --- a/src/globals.h +++ b/src/globals.h @@ -67,7 +67,7 @@ #define WORLD_MAGIC 0x31415926 #define USERDB_MAGIC 0x27182818 #define MAX_FAILURES 3 -#define NETCOSM_VERSION "0.5.1" +#define NETCOSM_VERSION "0.5.2" /* username length */ #define MAX_NAME_LEN 32 |