From 9259f166dce493dc4114eb6e5fff7bc52a281c7b Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 16 Jul 2006 14:47:47 +0200 Subject: [PATCH] rnd-20060716-1-src * version number set to 3.2.1 * version 3.2.0 released --- ChangeLog | 6 ++++++ src/Makefile | 2 +- src/conftime.h | 2 +- src/main.h | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3ac63a2..b568e17a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-16 + * version number set to 3.2.1 + +2006-07-16 + * version 3.2.0 released + 2006-06-23 * reorganized level editor element list a bit to match engines better diff --git a/src/Makefile b/src/Makefile index 973fdead..4cd0223f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -125,7 +125,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 98dea38d..34832b94 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2006-07-16 02:28]" +#define COMPILE_DATE_STRING "[2006-07-16 14:46]" diff --git a/src/main.h b/src/main.h index 645adfd8..354c023b 100644 --- a/src/main.h +++ b/src/main.h @@ -1714,8 +1714,8 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_BUILD 9 +#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_BUILD 0 #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" -- 2.34.1