From 42fb5f9da1e64e9c604ca1a8e6d1bde8fa1a5b58 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 14 Sep 2007 00:02:46 +0200 Subject: [PATCH] rnd-20070914-1-src * version number set to 3.2.5 --- ChangeLog | 3 +++ src/Makefile | 2 +- src/game_em/Makefile | 2 +- src/main.h | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 094f9847..71611b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-09-13 + * version number set to 3.2.5 + 2007-09-13 * version 3.2.4 released diff --git a/src/Makefile b/src/Makefile index 9fb3a9a9..8d8df942 100644 --- a/src/Makefile +++ b/src/Makefile @@ -126,7 +126,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/game_em/Makefile b/src/game_em/Makefile index aec69d09..4fc21cd0 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile (game_em) # ----------------------------------------------------------------------------- -# (c) 1995-2005 Holger Schemel +# (c) 1995-2006 Holger Schemel # ----------------------------------------------------------------------------- # Emerald Mine for X11 © 2000,2001 David Tritscher # ============================================================================= diff --git a/src/main.h b/src/main.h index 69b9b501..fd26e494 100644 --- a/src/main.h +++ b/src/main.h @@ -1949,8 +1949,8 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 4 -#define PROGRAM_VERSION_BUILD 3 +#define PROGRAM_VERSION_PATCH 5 +#define PROGRAM_VERSION_BUILD 0 #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" -- 2.34.1