feat: update version num to 1.0.2

This commit is contained in:
Barry 2019-07-21 12:21:48 +08:00
parent 8644397c3e
commit 0007b51e3c
2 changed files with 4 additions and 4 deletions

View file

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

View file

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