feat: update version num to 1.0.2

This commit is contained in:
Barry 2019-07-21 12:21:48 +08:00
parent 4650e3c985
commit 864c4a9f05
2 changed files with 4 additions and 4 deletions

View file

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

View file

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