From: Holger Schemel Date: Mon, 21 Aug 2006 00:10:31 +0000 (+0200) Subject: rnd-20060821-1-src X-Git-Tag: 3.2.2^2~4 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d70849f89266d43bba8dba20d6dc3069d065f440 rnd-20060821-1-src * version number set to 3.2.2 --- diff --git a/ChangeLog b/ChangeLog index da91536c..076bc6df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-08-21 + * version number set to 3.2.2 + 2006-08-20 * version 3.2.1 released @@ -50,7 +53,7 @@ (useful if default mode 800 x 600 does not match screen aspect ratio) 2006-07-30 - * improved down-scaling of images for better level and preview graphics + * improved down-scaling of images for better editor and preview graphics * changed user data directory for Mac OS X from Unix style to new place 2006-07-26 diff --git a/src/Makefile b/src/Makefile index 7b6345e1..5c273676 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 0fba9bbe..fbe8d62e 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2006-08-20 20:05]" +#define COMPILE_DATE_STRING "[2006-08-21 02:09]" 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 9ba274dd..f2b28442 100644 --- a/src/main.h +++ b/src/main.h @@ -1727,7 +1727,7 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_PATCH 2 #define PROGRAM_VERSION_BUILD 0 #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds"