|
[Stepmania-cvs] r28609 - branches/4.0/stepmania/src: ProductInfo.h
ProductInfo.inc
From: Chris Danford <dev@st...> - 2011-03-05 18:26
|
Modified:
branches/4.0/stepmania/src/ProductInfo.h
branches/4.0/stepmania/src/ProductInfo.inc
Log:
version bump to 4.0b10
Modified: branches/4.0/stepmania/src/ProductInfo.h
==============================================================================
--- branches/4.0/stepmania/src/ProductInfo.h (original)
+++ branches/4.0/stepmania/src/ProductInfo.h Sat Mar 5 10:26:37 2011
@@ -9,7 +9,7 @@
#define PRODUCT_FAMILY_BARE StepMania
#define PRODUCT_ID_BARE StepMania4
// String used for the install directory and registry locations
-#define PRODUCT_VER_BARE 4.0.b9
+#define PRODUCT_VER_BARE 4.0.b10
// These cannot be #undef'd so make them unlikely to conflict with anything
#define PRODUCT_STRINGIFY(x) #x
Modified: branches/4.0/stepmania/src/ProductInfo.inc
==============================================================================
--- branches/4.0/stepmania/src/ProductInfo.inc (original)
+++ branches/4.0/stepmania/src/ProductInfo.inc Sat Mar 5 10:26:37 2011
@@ -4,7 +4,7 @@
!define PRODUCT_FAMILY "StepMania"
; ID is used for the install directory and registry locations
!define PRODUCT_ID "StepMania4"
-!define PRODUCT_VER "4.0.b9"
+!define PRODUCT_VER "4.0.b10"
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "sm4"
|
| Thread | Author | Date |
|---|---|---|
| [Stepmania-cvs] r28609 - branches/4.0/stepmania/src: ProductInfo.h ProductInfo.inc | Chris Danford <dev@st...> |