Increment the version. Update the change log.
This commit is contained in:
@@ -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
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
* </li></ul>
|
||||
*/
|
||||
#ifndef PRODUCT_VER_BARE
|
||||
#define PRODUCT_VER_BARE v5.0 beta 4
|
||||
#define PRODUCT_VER_BARE v5.0 beta 4b
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user