From 4c99830ce4c19cae75a1a59fc181c0d0b5655f1c Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 15 Jun 2013 21:09:23 -0400 Subject: [PATCH] Version update, windows notes, LINE ENDINGS! ...I'm serious getting annoyed at this. --- Docs/WindowsNotes.txt | 32 +++++++++++++++++++------------- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Docs/WindowsNotes.txt b/Docs/WindowsNotes.txt index b37f725aa1..f8818699c3 100644 --- a/Docs/WindowsNotes.txt +++ b/Docs/WindowsNotes.txt @@ -1,14 +1,20 @@ -[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: - -Find your user data -Windows XP: C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data -Windows Vista/7: C:\Users\\AppData\Local\Google\Chrome\User Data - -Add your protocol to the 'Local State' file under the 'protocol_handler' section, as such: -"protocol_handler": { - "excluded_schemes": { - ... - "stepmania": false, - ... +[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?] +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: + +Find your user data +Windows XP: C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data +Windows Vista/7: C:\Users\\AppData\Local\Google\Chrome\User Data + +Add your protocol to the 'Local State' file under the 'protocol_handler' section, as such: +"protocol_handler": { + "excluded_schemes": { + ... + "stepmania": false, + ... } \ No newline at end of file diff --git a/src/ProductInfo.h b/src/ProductInfo.h index d41139000d..114d49d02c 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -30,7 +30,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 beta 2 +#define PRODUCT_VER_BARE v5.0 beta 2a #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 97c556a206..fe3c97de29 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 2" +!define PRODUCT_VER "v5.0 beta 2a" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5"