set version correctly for mac bundle

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-24 21:34:02 +00:00
parent 3cef6c3bab
commit 20f3fbd521

View File

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