Files
itgmania212121/stepmania/src/ProductInfo.inc
T
2004-09-09 02:24:08 +00:00

12 lines
428 B
PHP

; Included by the NSIS installer script
; Don't forget to also change ProductInfo.h!
!define PRODUCT_NAME "StepMania"
!define PRODUCT_VER "3.9 random build"
; !define PRODUCT_VER "3.9 alpha 23"
!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"