look, we're this close to alpha 2. I'm just going to commit the productinfo and such, and then tag it once we all agree it's release-worthy

This commit is contained in:
AJ Kelly
2012-04-01 12:28:57 -05:00
parent cfbbd41df2
commit 326f8ba076
3 changed files with 5 additions and 5 deletions
+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 alpha 1a #define PRODUCT_VER_BARE v5.0 alpha 2
#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 alpha 1a" !define PRODUCT_VER "v5.0 alpha 2"
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "sm5" !define PRODUCT_BITMAP "sm5"
+3 -3
View File
@@ -200,12 +200,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "StepMania Team \n http://www.stepmania.com/" VALUE "CompanyName", "StepMania Team \n http://www.stepmania.com/"
VALUE "FileDescription", "StepMania" VALUE "FileDescription", "StepMania"
VALUE "FileVersion", "5, 0, 0, 6" VALUE "FileVersion", "5, 0, 0, 0"
VALUE "InternalName", "sm-ssc v1.3.2a" VALUE "InternalName", "sm-ssc v1.3.3"
VALUE "LegalCopyright", "Copyright © 2001-2012" VALUE "LegalCopyright", "Copyright © 2001-2012"
VALUE "OriginalFilename", "StepMania.exe" VALUE "OriginalFilename", "StepMania.exe"
VALUE "ProductName", "StepMania" VALUE "ProductName", "StepMania"
VALUE "ProductVersion", "5, 0, 0, 6" VALUE "ProductVersion", "5, 0, 0, 0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"