+Pre-Release Version 2.2.0rc7 [?? ??? ????]
+------------------------------------------
+
Pre-Release Version 2.2.0rc6 [22 APR 2003]
------------------------------------------
- - added missing source file
- - fixed little font directive bug
- - added actual CHANGES file ;-)
+ - fixed small font configuration directive bug
+ - tape recorder font slightly enhanced (now complete character set)
+ - added missing font configuration source file
+ - added updated CHANGES file ;-)
Pre-Release Version 2.2.0rc5 [20 APR 2003]
------------------------------------------
- added generic selectbox gadget
- added special mouse cursor for playfield while playing
- font handling now more flexible (support for ISO-Latin-1 fonts)
+ - font graphics adjusted accordingly
Pre-Release Version 2.2.0rc4 [30 MAR 2003]
------------------------------------------
- changes for menu configuration
- not officially announced pre-release version
+ - Emerald Mine text font now much better quality
Pre-Release Version 2.2.0rc3 [11 FEB 2003]
------------------------------------------
dist-clean:
@$(MAKE_CMD) dist-clean
+dist-build-unix:
+ @BUILD_DIST=TRUE $(MAKE) x11
+
+dist-build-win32:
+ @BUILD_DIST=TRUE $(MAKE) cross-win32
+
+dist-build-msdos:
+ @BUILD_DIST=TRUE $(MAKE) cross-msdos
+
dist-build-all:
$(MAKE) clean
- @BUILD_DIST=TRUE $(MAKE) x11 ; $(MAKE) dist-clean
- @BUILD_DIST=TRUE $(MAKE) cross-win32 ; $(MAKE) dist-clean
- @BUILD_DIST=TRUE $(MAKE) cross-msdos ; $(MAKE) dist-clean
+ $(MAKE) dist-build-unix ; $(MAKE) dist-clean
+ $(MAKE) dist-build-win32 ; $(MAKE) dist-clean
+ $(MAKE) dist-build-msdos ; $(MAKE) dist-clean
dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
#define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 2
#define PROGRAM_VERSION_PATCH 0
-#define PROGRAM_VERSION_STRING "2.2.0rc6"
+#define PROGRAM_VERSION_STRING "2.2.0rc7"
#define PROGRAM_TITLE_STRING "Rocks'n'Diamonds"
#define PROGRAM_AUTHOR_STRING "Holger Schemel"