2003-08-10 03:19:16 +00:00
|
|
|
; Included by the NSIS installer script
|
|
|
|
|
; Don't forget to also change ProductInfo.h!
|
|
|
|
|
|
|
|
|
|
!define PRODUCT_NAME "StepMania"
|
2003-09-05 22:57:19 +00:00
|
|
|
!define PRODUCT_VER "3.9 random build"
|
2004-08-25 00:20:32 +00:00
|
|
|
; !define PRODUCT_VER "3.9 alpha 22"
|
2003-08-10 03:19:16 +00:00
|
|
|
!define PRODUCT_NAME_VER "${PRODUCT_NAME} ${PRODUCT_VER}"
|
|
|
|
|
|
|
|
|
|
; String used for the install directory and registry locations
|
|
|
|
|
; Official releases = "StepMania"; intermediate releases = "StepMania CVS".
|
|
|
|
|
!define PRODUCT_ID "StepMania CVS"
|