hedgewars/config.inc.in
changeset 8615 a4cb6168016e
parent 8316 89232b2fa1d6
child 8646 e31044b7fbba
equal deleted inserted replaced
8614:5f74a047cf2c 8615:a4cb6168016e
    21  * by the build system at compile time,
    21  * by the build system at compile time,
    22  * based on the contents of config.inc.in
    22  * based on the contents of config.inc.in
    23  *)
    23  *)
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    25       cVersionString = '${HEDGEWARS_VERSION}';
    25       cVersionString = '${HEDGEWARS_VERSION}';
       
    26       cRevisionString = '${revision_number}';
       
    27       cHashString = '${hash_number}';
    26       cLuaLibrary = '${LUA_LIBRARY}';
    28       cLuaLibrary = '${LUA_LIBRARY}';
    27       cDefaultPathPrefix = '${CMAKE_INSTALL_PREFIX}/${SHAREPATH}/Data';
    29       cDefaultPathPrefix = '${CMAKE_INSTALL_PREFIX}/${SHAREPATH}/Data';