Skip to content

Commit

Permalink
release v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xytovl committed Jun 20, 2017
1 parent 47b1efe commit be53634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ZIP := zip

VERSION_MAJOR := 2
VERSION_MINOR := 9
VERSION_PATCH := 6
VERSION_PATCH := 7

VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}

Expand Down
10 changes: 5 additions & 5 deletions SmartStage.version
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"NAME":"SmartStage",
"URL":"https://raw.githubusercontent.com/xytovl/SmartStage/master/SmartStage.version",
"DOWNLOAD":"https://github.com/xytovl/SmartStage/releases/download/v2.9.6/SmartStage-2.9.6.zip",
"DOWNLOAD":"https://github.com/xytovl/SmartStage/releases/download/v2.9.7/SmartStage-2.9.7.zip",
"VERSION":
{
"MAJOR":2,
"MINOR":9,
"PATCH":6,
"PATCH":7,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":2,
"MINOR":3,
"PATCH":0
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":2,
"MINOR":3,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":2,
"MINOR":3,
"PATCH":1000
}
}

0 comments on commit be53634

Please sign in to comment.