Merge pull request #333 from wolfman2000/wolf-version-b4b

Increment the version. Update the change log.
This commit is contained in:
AJ Kelly
2014-10-15 20:13:42 -05:00
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -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. 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-receptor 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 StepMania 5.0 beta 4 | 20140930
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
+1 -1
View File
@@ -30,7 +30,7 @@
* </li></ul> * </li></ul>
*/ */
#ifndef PRODUCT_VER_BARE #ifndef PRODUCT_VER_BARE
#define PRODUCT_VER_BARE v5.0 beta 4 #define PRODUCT_VER_BARE v5.0 beta 4b
#endif #endif
/** /**
+1 -1
View File
@@ -7,7 +7,7 @@
; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9 ; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9
; when they install StepMania 5. (not recommended) ; when they install StepMania 5. (not recommended)
!define PRODUCT_ID "StepMania 5" !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_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "sm5" !define PRODUCT_BITMAP "sm5"