Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Version 1.9.13
**Released TBD**

What's New?
===========

* Recompiled for KSP 1.12.5

Detailed Changelog
==================

Fixed Issues
------------

Pull Requests
-------------

***

# Version 1.9.12
**Released July 10, 2021**

Expand Down
6 changes: 3 additions & 3 deletions GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"VERSION":{
"MAJOR":1,
"MINOR":9,
"PATCH":12,
"PATCH":13,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -28,6 +28,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":5
}
}
2 changes: 1 addition & 1 deletion src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.9")]
[assembly: AssemblyFileVersion("1.9.12")]
[assembly: AssemblyFileVersion("1.9.13")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
Expand Down