Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Dec 31, 2017
1 parent 0eded30 commit 009b0c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(OpenSpades)

set(OpenSpades_VERSION_MAJOR 0)
set(OpenSpades_VERSION_MINOR 1)
set(OpenSpades_VERSION_REVISION 1)
set(OpenSpades_VERSION_REVISION 2)

set(OPENSPADES_FULL_VERSION "${OpenSpades_VERSION_MAJOR}.${OpenSpades_VERSION_MINOR}.${OpenSpades_VERSION_REVISION}")

Expand Down
2 changes: 1 addition & 1 deletion OpenSpades.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define OpenSpades_VERSION_MAJOR 0
#define OpenSpades_VERSION_MINOR 1
#define OpenSpades_VERSION_REVISION 1
#define OpenSpades_VERSION_REVISION 2

#define OS_STRINGIFY2(x) #x
#define OS_STRINGIFY(x) OS_STRINGIFY2(x)
Expand Down
4 changes: 2 additions & 2 deletions Resources/PackageInfo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Version": [0, 1, 1, 6],
"Version": [0, 1, 2, 4],
"VersionText": "0.1.1c",
"UpdateFeed": {
"Type": "Standard",
"Platform": "SourceCode",
"URL": "http://openspades.yvt.jp/api/version.json"
}
}
}
2 changes: 1 addition & 1 deletion XSpades/XSpades-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 009b0c7

Please sign in to comment.