From: Holger Schemel Date: Mon, 18 Aug 2003 19:52:38 +0000 (+0200) Subject: rocksndiamonds-3.0.1 X-Git-Tag: 3.0.1^2 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=a530a872ff12d67824085ecab416af021c094838;p=rocksndiamonds.git rocksndiamonds-3.0.1 --- diff --git a/CHANGES b/CHANGES index 3e2997eb..59296c15 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ -Release Version 3.0.1 [?? ??? ????] +Release Version 3.0.1 [18 AUG 2003] ----------------------------------- - - fixed bug which caused a crash at startup under Solaris - - fixed bug which caused the DOS version not finding its files + - fixed bug that caused a crash at startup under Solaris + - fixed bug that caused the DOS version not finding its files - fixed bug with missing graphic for active red disk bomb - added custom element property for dropping collected elements - added another 128 custom elements for those who can't get enough diff --git a/src/Makefile b/src/Makefile index 595f5996..ff288776 100644 --- a/src/Makefile +++ b/src/Makefile @@ -103,7 +103,7 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR) CONFIG = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(JOYSTICK) -DEBUG = -DDEBUG -g +# DEBUG = -DDEBUG -g # PROFILING = $(PROFILING_FLAGS) # OPTIONS = $(DEBUG) -Wall # only for debugging purposes diff --git a/src/conftime.h b/src/conftime.h index 6988211b..052f4be3 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-08-17 18:53]" +#define COMPILE_DATE_STRING "[2003-08-18 21:51]"