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.