Skip to content

Commit

Permalink
Merge pull request #2081 from pleroy/Fano
Browse files Browse the repository at this point in the history
Next release is Fano
pleroy authored Feb 18, 2019
2 parents fa63059 + 82bbd8c commit 22d5544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/ksp_plugin_adapter.cs
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ public partial class PrincipiaPluginAdapter
: ScenarioModule,
WindowRenderer.ManagerInterface {

private const String next_release_name_ = "Euler";
private const int next_release_lunation_number_ = 237;
private const String next_release_name_ = "Fano";
private const int next_release_lunation_number_ = 238;
private DateTimeOffset next_release_date_ =
new DateTimeOffset(2019, 03, 06, 16, 04, 00, TimeSpan.Zero);
new DateTimeOffset(2019, 04, 05, 08, 51, 00, TimeSpan.Zero);

// From https://forum.kerbalspaceprogram.com/index.php?/topic/84273--/,
// edited 2017-03-09. Where the name of the layer is not CamelCase, the

0 comments on commit 22d5544

Please sign in to comment.