feat: update version num to 1.0.2

dev
Barry 7 years ago
parent 4650e3c985
commit 864c4a9f05

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string></string>
<key>CFBundleURLTypes</key>
@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>101</string>
<string>102</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
@ -69,6 +69,6 @@
<key>SUPublicDSAKeyFile</key>
<string></string>
<key>SUScheduledCheckInterval</key>
<string>101</string>
<string>102</string>
</dict>
</plist>

@ -5,7 +5,7 @@
#define QTSCRCPY_MAJOR 1
#define QTSCRCPY_MINOR 0
#define QTSCRCPY_PATCH 1
#define QTSCRCPY_PATCH 2
#define QTSCRCPY_VERSION_CHK(major, minor, patch) \
(((major)<<16) | ((minor)<<8) | (patch))

Loading…
Cancel
Save