From a530a872ff12d67824085ecab416af021c094838 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 18 Aug 2003 21:52:38 +0200 Subject: [PATCH] rocksndiamonds-3.0.1 --- CHANGES | 6 +++--- src/Makefile | 2 +- src/conftime.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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]" -- 2.34.1