From bf7344a3e10c895b863ed07d886e08e3ec373dac Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 15 Oct 2014 17:55:11 -0400 Subject: [PATCH] Increment the version. Update the change log. --- Docs/Changelog_sm5.txt | 17 +++++++++++++++++ src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index be0fddad4d..2cf8896a46 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -4,6 +4,23 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt. ________________________________________________________________________________ +================================================================================ +StepMania 5.0 beta 4b | 20141015 +-------------------------------------------------------------------------------- + +2014/10/13 +---------- +* [NoteDisplay] Var Player and Var Controller work for non-rceptor arrows. +* [Mac OS X] Allow StepMania to be built and run in Yosemite. + +2014/10/11 +---------- +* [NoteDisplay] Add two noteskin metrics, {PartName}NoteColorType and +{PartName}NoteColorCount. View https://github.com/stepmania/stepmania/pull/328 +for more information. +* [Steps] If an unrecognized step type is saved, preserve that step instead of +deleting it. A warning will be placed in the log file during song load. + ================================================================================ StepMania 5.0 beta 4 | 20140930 -------------------------------------------------------------------------------- diff --git a/src/ProductInfo.h b/src/ProductInfo.h index e6d1774760..01764de847 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -30,7 +30,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 beta 4 +#define PRODUCT_VER_BARE v5.0 beta 4b #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 6538641bbe..3889d696f9 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -7,7 +7,7 @@ ; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9 ; when they install StepMania 5. (not recommended) !define PRODUCT_ID "StepMania 5" -!define PRODUCT_VER "v5.0 beta 4" +!define PRODUCT_VER "v5.0 beta 4b" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5"