Skip to content

Commit

Permalink
Update to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 25, 2014
1 parent 52f7017 commit a71ea4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DeadlyReentry/Readme_DREC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Hold down ALT+D+R to enable debugging. This lets you change settings in-game, an

==========
Changelog:
v5.2
*Updated for 0.24.2

v5.1
*Recompiled for 0.24.1
*Nerfed overpowered 1.25m heatshield, had double the dissipation it should.
Expand Down
2 changes: 1 addition & 1 deletion Source/Checkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static bool IsCompatible()
// Even if you don't lock down functionality, you should return true if your users
// can expect a future update to be available.
//
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision <= 1;
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision == 2;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down

0 comments on commit a71ea4a

Please sign in to comment.