From e26afa8a76c470e4009becf5a0c9e6cde9da6f5a Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Tue, 12 Apr 2011 18:31:01 -0400 Subject: [PATCH] Update version numbers and add changes file for 0.73p3 development --- Patchlevel | 2 +- game/txt/changes/0.73p3 | 9 +++++++++ hdrs/version.h | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 game/txt/changes/0.73p3 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" -- 2.30.2