From 7fdad70337bdff8d7308288b5987e03697beef3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20G=C3=A4vert?= Date: Sun, 20 Nov 2016 21:23:31 +0100 Subject: [PATCH] Version 06.05 --- README | 7 +++++++ patchlevel.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index c2c5c87..662d577 100644 --- a/README +++ b/README @@ -4,6 +4,13 @@ This is the CD Gamedriver. Primarly developed to run the Genesis LPMUD running on http://www.genesismud.org/ Changelog: +=============================================================================== +README CD.06.05 +- MSSP Protcol support + http://tintin.sourceforge.net/mssp/ +- GMCP Protocol Support +- Fixed 64 bit random numbers +- A number of GD crarshers fixed =============================================================================== README CD.06.04 diff --git a/patchlevel.h b/patchlevel.h index 36131a1..eeb034f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCH_LEVEL 4 +#define PATCH_LEVEL 5