Skip to content

Commit

Permalink
Merge 1.3.0.1 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
TriggerAu committed May 5, 2015
2 parents 1ba0b49 + 109d338 commit 8330eb6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
12 changes: 11 additions & 1 deletion PluginBuilder/TransferWindowPlanner.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@
"MAJOR": %PLUGIN_MAJOR%,
"MINOR": %PLUGIN_MINOR%,
"PATCH": %PLUGIN_PATCH%,
"BUILD": %PLUGIN_BUILD%
"BUILD": %PLUGIN_BUILD%
},
"KSP_VERSION": {
"MAJOR": %KSP_MAJOR%,
"MINOR": %KSP_MINOR%,
"PATCH": %KSP_PATCH%
},
"KSP_VERSION_MIN": {
"MAJOR": %KSP_MAJOR%,
"MINOR": %KSP_MINOR%,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": %KSP_MAJOR%,
"MINOR": %KSP_MINOR%,
"PATCH": 99
}
}
3 changes: 3 additions & 0 deletions PluginFiles/ReadMe-TransferWindowPlanner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ LICENSE
This work is licensed under an MIT license as outlined at the OSI site. Visit the documentation site for more details and Attribution

VERSION HISTORY
Version 1.3.0.1 - KSP Version: 1.0.2
- changed version file to handle patches for CKAN

Version 1.3.0.0 - KSP Version: 1.0
- Recompiled for 1.0
- Code changes for launcher
Expand Down
4 changes: 2 additions & 2 deletions TransferWindowPlanner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.0.1")]
[assembly: AssemblyFileVersion("1.3.0.1")]
12 changes: 11 additions & 1 deletion TransferWindowPlanner/TransferWindowPlanner.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 99
}
}

0 comments on commit 8330eb6

Please sign in to comment.