Fixed: Add revision in Info.plist for long version

This commit is contained in:
kervala 2015-11-07 14:57:43 +01:00
parent 10fe9697e1
commit ee39c3d220

View file

@ -50,6 +50,11 @@ if(APPLE)
SET(RYZOM_VERSION_SHORT "2.1.0") SET(RYZOM_VERSION_SHORT "2.1.0")
SET(RYZOM_VERSION_LONG "2.1.0") SET(RYZOM_VERSION_LONG "2.1.0")
# define directories used by GetRevision
SET(SOURCE_DIR ${CMAKE_SOURCE_DIR})
SET(ROOT_DIR ${CMAKE_SOURCE_DIR}/..)
INCLUDE(GetRevision)
IF(REVISION) IF(REVISION)
SET(RYZOM_VERSION_LONG "${RYZOM_VERSION_LONG}.${REVISION}") SET(RYZOM_VERSION_LONG "${RYZOM_VERSION_LONG}.${REVISION}")
ENDIF() ENDIF()