Skip to content

Commit

Permalink
Update versioning to DR 7.9.0
Browse files Browse the repository at this point in the history
* Update versioning to DR 7.9.0
* Updated Readme_DREC.txt
  • Loading branch information
Starwaster committed Aug 13, 2021
1 parent d532132 commit b5f07b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DeadlyReentry/DeadlyReentry.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"VERSION" :
{
"MAJOR" : 7,
"MINOR" : 8,
"PATCH" : 2
"MINOR" : 9,
"PATCH" : 0
},

"KSP_VERSION":
Expand Down
8 changes: 8 additions & 0 deletions DeadlyReentry/Readme_DREC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ To change DRE settings, click the DRE menu button (looks like a capsule reenteri
DRE menu icon created by lajoswinkler
==========
Changelog:
v7.9.0
* Don't type cast to object when checking for null references.
* Damage internal flux fixes (see PR #56 for details)
* Moved several config patches from :FINAL to :LAST[DeadlyReentry]
* Register part destruction causes with FlightLogger
* Fixed negative damage issue when internal temp over maxOperationalTemp
* Changed behavior when max operational temps are incorrectly configured higher than max temps. (max temp is now increased to match configured max operational temp)

v7.8.0
* Refactoring of code
* Removed Monobehaviour calls from any constructors or code which would result in Monobehaviour being called from a constructor
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("7.8.2")]
[assembly: AssemblyVersion("7.9.0")]
//[assembly: AssemblyFileVersion("7.0.*.*")]
[assembly: KSPAssembly("DeadlyReentry", 7, 8, 2)]
[assembly: KSPAssembly("DeadlyReentry", 7, 9, 0)]
//[assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)]

0 comments on commit b5f07b3

Please sign in to comment.