diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-08 23:51:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-08 23:51:02 -0700 |
commit | 83eb64a9ef5281a28378af8cb252ec5329b0d142 (patch) | |
tree | 43de2f48b5c0c05c1c206f84251eabccffe5a5b2 /packaging/macosx/Info.plist.in | |
parent | 8e8a631cbc354e47c94913f4e82295cea13b3892 (diff) | |
parent | dddcd1016218a1b9b9662be078665e24d46efbac (diff) | |
download | subsurface-83eb64a9ef5281a28378af8cb252ec5329b0d142.tar.gz |
Merge http://github.com/thiagomacieira/subsurface
Diffstat (limited to 'packaging/macosx/Info.plist.in')
-rw-r--r-- | packaging/macosx/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index a623303a1..5e094401a 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -17,6 +17,6 @@ <key>CFBundleInfoDictionaryVersion</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>CFBUNDLEVERSION_TOKEN</string> + <string>@SHORT_VERSION@</string> </dict> </plist> |