Some people have been distributing CVS snapshots without changing
the identification, resulting in crash dumps coming in identifying themselves as alpha 3 or alpha 4 and being something else entirely. Let's leave the strings in CVS set to something else.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
// Don't forget to also change ProductInfo.nsinc!
|
||||
|
||||
#define PRODUCT_NAME "StepMania"
|
||||
#define PRODUCT_VER "3.9 alpha 4b"
|
||||
#define PRODUCT_VER "3.9 random build"
|
||||
// #define PRODUCT_VER "3.9 alpha 4b"
|
||||
#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
; Don't forget to also change ProductInfo.h!
|
||||
|
||||
!define PRODUCT_NAME "StepMania"
|
||||
!define PRODUCT_VER "3.9 alpha 4b"
|
||||
!define PRODUCT_VER "3.9 random build"
|
||||
// !define PRODUCT_VER "3.9 alpha 4b"
|
||||
!define PRODUCT_NAME_VER "${PRODUCT_NAME} ${PRODUCT_VER}"
|
||||
|
||||
; String used for the install directory and registry locations
|
||||
|
||||
Reference in New Issue
Block a user