summaryrefslogtreecommitdiff
path: root/Source/Core/VersionInfo.plist.in
blob: 38043ba2dec9d3e04706004006e3d97443c50629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <!-- This plist file is merged with the application's Info.plist to set its version info. -->
    <key>CFBundleShortVersionString</key>
    <string>${DOLPHIN_WC_DESCRIBE}</string>
    <key>CFBundleLongVersionString</key>
    <string>${DOLPHIN_WC_REVISION}</string>
    <key>CFBundleVersion</key>
    <string>${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}</string>
</dict>
</plist>