From d0469a80a34708ed48ff4593f0aa89235a459f3c Mon Sep 17 00:00:00 2001 From: "richard.m.tew@gmail.com" Date: Sat, 15 Aug 2015 09:03:37 +1200 Subject: [PATCH] The Y19 release changes. Bump the version number, and finalise the changelist. --- Changelog.txt | 2 +- inc/Defines.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 6c9e449..bea93ab 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,4 @@ -Incursion (open source) 0.6.9Y19: 2015-03-?? +Incursion (open source) 0.6.9Y19: 2015-08-14 * https://bitbucket.org/rmtew/incursion-roguelike/issues/207/: Incursion domain names finished transferring from Julian. * https://bitbucket.org/rmtew/incursion-roguelike/issues/209/: Make a standalone module compiler. This is as done as it can be, and it is now possible to invoke the debug Incursion executable with the '-compile' argument to get it to build the default core module 'main.irc'. '-compile ' can be used instead to build other modules. * https://bitbucket.org/rmtew/incursion-roguelike/issues/217/: When Google Breakpad minidumping was first added, it was promptly removed when people started complaining that Error() would crash trying to do a minidump. Now in release builds, which are the only ones with Breakpad support, the Error() function allows the user to choose to try and drop a minidump. diff --git a/inc/Defines.h b/inc/Defines.h index 43385f1..3cfdaa4 100644 --- a/inc/Defines.h +++ b/inc/Defines.h @@ -13,7 +13,7 @@ #define SIGNATURE 0x1234ABCD #define SIGNATURE_TWO 0xF1F2F3F4 -#define VERSION_STRING "0.6.9Y18" +#define VERSION_STRING "0.6.9Y19" #define SAVE_SUFFIX ".sav" #define BACKUP_SUFFIX ".backup"