From: Ari Johnson Date: Tue, 12 Apr 2011 22:31:01 +0000 (-0400) Subject: Update version numbers and add changes file for 0.73p3 development X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=e26afa8a76c470e4009becf5a0c9e6cde9da6f5a;p=cobramush.git Update version numbers and add changes file for 0.73p3 development --- diff --git a/Patchlevel b/Patchlevel index fa46630..0fc5406 100644 --- a/Patchlevel +++ b/Patchlevel @@ -1,2 +1,2 @@ Do not edit this file. It is maintained by official CobraMUSH releases. -This is CobraMUSH 0.73p2. +This is CobraMUSH 0.73p3. diff --git a/game/txt/changes/0.73p3 b/game/txt/changes/0.73p3 new file mode 100644 index 0000000..b7f010e --- /dev/null +++ b/game/txt/changes/0.73p3 @@ -0,0 +1,9 @@ +& 0.73p3 +CobraMUSH Version 0.73p3 + This is a list of changes in CobraMUSH that could be of + interest to the user. + (See 'changes entries' for a list of all versions.) + + Version 0.73p3 a maintenance release of version 0.73. + It is the third maintenance release in that series. + diff --git a/hdrs/version.h b/hdrs/version.h index 6a199a3..c818266 100644 --- a/hdrs/version.h +++ b/hdrs/version.h @@ -1,2 +1,2 @@ -#define VERSION "0.73p2" -#define VBRANCH "release" +#define VERSION "0.73p3" +#define VBRANCH "development"