Changed: Centralize version numbers (#961)

* Centralize version numbers

* Fixed: Run UpdateVersionNumber on Package (For Separate Jobs)
This commit is contained in:
ta264 2019-09-08 01:40:23 +01:00 committed by Qstick
commit a627c2c9ab
3 changed files with 5 additions and 3 deletions

View file

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>10.0.0.0</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>0.6.2</string>
<string>10.0.0.0</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
</dict>