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
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-27 08:31:00 +00:00
parent bb34a8b8a4
commit cef8973349
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</dict>
</array>
<key>CFBundleGetInfoString</key>
<string>LyX/Mac-1.6.0svn</string>
<string>LyX/Mac @VERSION@</string>
<key>CFBundleIconFile</key>
<string>LyXapp.icns</string>
<key>CFBundleIdentifier</key>
@ -34,7 +34,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.0svn</string>
<string>@VERSION@</string>
<key>CFBundleSignature</key>
<string>OLYX</string>
</dict>

View File

@ -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.