1!ifdef TEST_BUILD
2	!define PRODUCT_NAME "Spring - Test Build"
3!else
4	!define PRODUCT_NAME "Spring"
5!endif
6
7!define PRODUCT_VERSION "${VERSION_TAG}"
8!define SP_BASENAME "spring_${PRODUCT_VERSION}"
9!define PRODUCT_PUBLISHER "Spring team"
10!define PRODUCT_WEB_SITE "http://www.springrts.com"
11
12; This is required, and has to be a string constant
13; (can not contain defines like ${BLA})
14VIProductVersion "0.0.0.1"
15
16VIAddVersionKey "ProductName"      "Spring RTS engine"
17VIAddVersionKey "CompanyName"      "Spring community"
18VIAddVersionKey "LegalCopyright"   "GNU GPL V2 and V3"
19VIAddVersionKey "FileDescription"  "Engine launcher executable"
20VIAddVersionKey "FileVersion"      "${VERSION_TAG}"
21
22