From 326f8ba076a4e14a9adde4937dc07a0045d6e0aa Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 1 Apr 2012 12:28:57 -0500 Subject: [PATCH] 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 --- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- src/archutils/Win32/WindowsResources.rc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ProductInfo.h b/src/ProductInfo.h index 99377c3223..c305722c88 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -30,7 +30,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 alpha 1a +#define PRODUCT_VER_BARE v5.0 alpha 2 #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 5ee7caff21..12f9aea339 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 alpha 1a" +!define PRODUCT_VER "v5.0 alpha 2" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5" diff --git a/src/archutils/Win32/WindowsResources.rc b/src/archutils/Win32/WindowsResources.rc index 1fcf1aa93a..adac032eb7 100644 --- a/src/archutils/Win32/WindowsResources.rc +++ b/src/archutils/Win32/WindowsResources.rc @@ -200,12 +200,12 @@ BEGIN BEGIN VALUE "CompanyName", "StepMania Team \n http://www.stepmania.com/" VALUE "FileDescription", "StepMania" - VALUE "FileVersion", "5, 0, 0, 6" - VALUE "InternalName", "sm-ssc v1.3.2a" + VALUE "FileVersion", "5, 0, 0, 0" + VALUE "InternalName", "sm-ssc v1.3.3" VALUE "LegalCopyright", "Copyright © 2001-2012" VALUE "OriginalFilename", "StepMania.exe" VALUE "ProductName", "StepMania" - VALUE "ProductVersion", "5, 0, 0, 6" + VALUE "ProductVersion", "5, 0, 0, 0" END END BLOCK "VarFileInfo"