From f37f5ccf69e472f2f4ced620ec0bf53b65e66793 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 8 Jan 2014 11:14:57 +0100 Subject: [PATCH] Display version in Mac OS Bundle again --- cmake/modules/MacOSXBundleInfo.plist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index ab61529e2..66c667401 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -23,9 +23,9 @@ CFBundleSignature ???? CFBundleVersion - @VERSION_FULL@ + @MIRALL_VERSION_FULL@ CFBundleShortVersionString - @VERSION_FULL@ + @MIRALL_VERSION_STRING@ NSHumanReadableCopyright (C) 2012 @APPLICATION_VENDOR@