diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-31 19:53:45 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-31 19:53:45 -0500 |
| commit | 7e223238ec9d6711290b1718c44cfe8158477b71 (patch) | |
| tree | 495d79d0dc26e39c9065c6ceb7d16b9a3e76561d /src/globals.h | |
| parent | c87ef9230be5e52c9fa532ee0a3eba63960fc76d (diff) | |
| download | netcosm-7e223238ec9d6711290b1718c44cfe8158477b71.zip netcosm-7e223238ec9d6711290b1718c44cfe8158477b71.tar.gz netcosm-7e223238ec9d6711290b1718c44cfe8158477b71.tar.bz2 netcosm-7e223238ec9d6711290b1718c44cfe8158477b71.tar.xz | |
bump version to 0.5.0-rc1
* implements objects using reference counts rather than copying
* implements both room-local and global verbs
* refactors the world_* functions into a separate module
* numerous other changes
Diffstat (limited to 'src/globals.h')
| -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 5edc153..e33ff5c 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.4.0-rc1" +#define NETCOSM_VERSION "0.5.0-rc1" /* username length */ #define MAX_NAME_LEN 32 |