Version update, windows notes, LINE ENDINGS!
...I'm serious getting annoyed at this.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
[Redistributables]
|
||||||
|
You may have to download the Visual C++ Redistritable Packages in order to
|
||||||
|
run the game. The link is available here:
|
||||||
|
|
||||||
|
http://www.microsoft.com/en-us/download/details.aspx?id=30679
|
||||||
|
|
||||||
[Using Google Chrome?]
|
[Using Google Chrome?]
|
||||||
If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work:
|
If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work:
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
* </li></ul>
|
* </li></ul>
|
||||||
*/
|
*/
|
||||||
#ifndef PRODUCT_VER_BARE
|
#ifndef PRODUCT_VER_BARE
|
||||||
#define PRODUCT_VER_BARE v5.0 beta 2
|
#define PRODUCT_VER_BARE v5.0 beta 2a
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
-1
@@ -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 2"
|
!define PRODUCT_VER "v5.0 beta 2a"
|
||||||
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
|
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
|
||||||
!define PRODUCT_BITMAP "sm5"
|
!define PRODUCT_BITMAP "sm5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user