mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
bb34a8b8a4
commit
cef8973349
@ -24,7 +24,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>LyX/Mac-1.6.0svn</string>
|
<string>LyX/Mac @VERSION@</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>LyXapp.icns</string>
|
<string>LyXapp.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.6.0svn</string>
|
<string>@VERSION@</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>OLYX</string>
|
<string>OLYX</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
@ -146,3 +146,5 @@ What's new
|
|||||||
- Add compilation fix for gcc 4.4.
|
- Add compilation fix for gcc 4.4.
|
||||||
|
|
||||||
- cmake: add some missing files.
|
- cmake: add some missing files.
|
||||||
|
|
||||||
|
- Fix version number in Mac OS application bundle.
|
||||||
|
Loading…
Reference in New Issue
Block a user