From cef8973349e4c8a8af3fd58517183b687d84b2c5 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 27 Nov 2008 08:31:00 +0000 Subject: [PATCH] Fix version number in Mac OS application bundle git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27718 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/MacOSX/Info.plist.in | 4 ++-- status.16x | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/development/MacOSX/Info.plist.in b/development/MacOSX/Info.plist.in index 3fc260030e..3145c1a8ca 100644 --- a/development/MacOSX/Info.plist.in +++ b/development/MacOSX/Info.plist.in @@ -24,7 +24,7 @@ CFBundleGetInfoString - LyX/Mac-1.6.0svn + LyX/Mac @VERSION@ CFBundleIconFile LyXapp.icns CFBundleIdentifier @@ -34,7 +34,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0svn + @VERSION@ CFBundleSignature OLYX diff --git a/status.16x b/status.16x index d15052c8ce..abfef2ac1d 100644 --- a/status.16x +++ b/status.16x @@ -146,3 +146,5 @@ What's new - Add compilation fix for gcc 4.4. - cmake: add some missing files. + +- Fix version number in Mac OS application bundle.