diff options
| author | Franklin Wei <git@fwei.tk> | 2016-02-28 16:31:53 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-02-28 16:31:53 -0500 |
| commit | a91f858ebaea0f403b2c59773e619086b9198a39 (patch) | |
| tree | e6f0349b042a2c01399fc3bd6274381a5054cfa8 /src | |
| parent | 2c687e77cd9ae3fd01010d7b36c8d0082bb76315 (diff) | |
| download | netcosm-a91f858ebaea0f403b2c59773e619086b9198a39.zip netcosm-a91f858ebaea0f403b2c59773e619086b9198a39.tar.gz netcosm-a91f858ebaea0f403b2c59773e619086b9198a39.tar.bz2 netcosm-a91f858ebaea0f403b2c59773e619086b9198a39.tar.xz | |
bump version to 0.5.0
Diffstat (limited to 'src')
| -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 e33ff5c..d26dc15 100644 --- a/src/globals.h +++ b/src/globals.h @@ -66,7 +66,7 @@ #define WORLD_MAGIC 0x31415926 #define USERDB_MAGIC 0x27182818 #define MAX_FAILURES 3 -#define NETCOSM_VERSION "0.5.0-rc1" +#define NETCOSM_VERSION "0.5.0" /* username length */ #define MAX_NAME_LEN 32 |