Bump version to 0.1.3-rc

This commit is contained in:
yvt 2019-01-01 02:14:54 +09:00
parent ffe68364ec
commit 7abc247b52
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ project(OpenSpades)
set(OpenSpades_VERSION_MAJOR 0) set(OpenSpades_VERSION_MAJOR 0)
set(OpenSpades_VERSION_MINOR 1) set(OpenSpades_VERSION_MINOR 1)
set(OpenSpades_VERSION_REVISION 2) set(OpenSpades_VERSION_REVISION 3)
set(OPENSPADES_FULL_VERSION "${OpenSpades_VERSION_MAJOR}.${OpenSpades_VERSION_MINOR}.${OpenSpades_VERSION_REVISION}") set(OPENSPADES_FULL_VERSION "${OpenSpades_VERSION_MAJOR}.${OpenSpades_VERSION_MINOR}.${OpenSpades_VERSION_REVISION}")

View File

@ -3,7 +3,7 @@
#define OpenSpades_VERSION_MAJOR 0 #define OpenSpades_VERSION_MAJOR 0
#define OpenSpades_VERSION_MINOR 1 #define OpenSpades_VERSION_MINOR 1
#define OpenSpades_VERSION_REVISION 2 #define OpenSpades_VERSION_REVISION 3
#define OS_STRINGIFY2(x) #x #define OS_STRINGIFY2(x) #x
#define OS_STRINGIFY(x) OS_STRINGIFY2(x) #define OS_STRINGIFY(x) OS_STRINGIFY2(x)

View File

@ -1,6 +1,6 @@
{ {
"Version": [0, 1, 2, 4], "Version": [0, 1, 3, 0],
"VersionText": "0.1.2", "VersionText": "0.1.3-rc",
"UpdateFeed": { "UpdateFeed": {
"Type": "Standard", "Type": "Standard",
"Platform": "SourceCode", "Platform": "SourceCode",

View File

@ -1,6 +1,6 @@
{ {
"Version": [0, 1, 2, 4], "Version": [0, 1, 3, 0],
"VersionText": "0.1.2", "VersionText": "0.1.3-rc",
"UpdateFeed": { "UpdateFeed": {
"Type": "Standard", "Type": "Standard",
"Platform": "Mac", "Platform": "Mac",

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.2</string> <string>0.1.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>