Skip to content

Commit

Permalink
Advance version numbers
Browse files Browse the repository at this point in the history
Advance all version numbers
  • Loading branch information
hvacengi committed May 16, 2016
1 parent ccc70b6 commit 2a39621
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Resources/GameData/kOS/kOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 20,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0
"PATCH": 2
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.20.0'
version = '0.20.1'
# The full version, including alpha/beta/rc tags.
release = '0.20.0'
release = '0.20.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/structures/misc/steeringmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The SteeringManager is a bound variable, not a suffix to a specific vessel. Thi
==================================== ========================= =============

.. warning::
.. versionadded:: v1.0.0
.. versionadded:: v0.20.1
The suffixes ``SHOWRCSVECTORS`` and ``SHOWTHRUSTVECTORS`` were
deprecated with the move to using stock torque calculation with KSP 1.1.

Expand Down
4 changes: 2 additions & 2 deletions src/kOS.Safe.Test/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("0.20.0.0")]
[assembly: AssemblyFileVersion("0.20.0.0")]
[assembly: AssemblyVersion("0.20.1.0")]
[assembly: AssemblyFileVersion("0.20.1.0")]
4 changes: 2 additions & 2 deletions src/kOS.Safe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.20.0.0")]
[assembly: AssemblyFileVersion("0.20.0.0")]
[assembly: AssemblyVersion("0.20.1.0")]
[assembly: AssemblyFileVersion("0.20.1.0")]
6 changes: 3 additions & 3 deletions src/kOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// 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: AssemblyFileVersion("0.20.0.0")]
[assembly: AssemblyVersion("0.20.0.0")]
[assembly: KSPAssembly("kOS", 0, 19)]
[assembly: AssemblyFileVersion("0.20.1.0")]
[assembly: AssemblyVersion("0.20.1.0")]
[assembly: KSPAssembly("kOS", 0, 20)]

0 comments on commit 2a39621

Please sign in to comment.