changeset 75:16ae3e7338b3

Fix Macos short version string bundle information
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 26 May 2015 15:24:28 +0200
parents 1215ce843c07
children c92502dae3f9
files src/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/CMakeLists.txt	Tue May 26 15:22:54 2015 +0200
+++ b/src/CMakeLists.txt	Tue May 26 15:24:28 2015 +0200
@@ -75,7 +75,7 @@
   SET(MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION})
   SET(MACOSX_BUNDLE_BUNDLE_VERSION_STRING "${PROJECT_VERSION}")
   SET(MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_VERSION}")
-  SET(MACOSX_BUNDLE_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}")
+  SET(MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}")
   set(MACOSX_BUNDLE_COPYRIGHT "Copyright (C) 2015 by ETH Zürich\nSoftware engineering by Intevation GmbH")
 
 elseif(WIN32)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)