Skip to content

Commit

Permalink
Merge pull request #2186 from pleroy/Fermat
Browse files Browse the repository at this point in the history
Next release is Fermat
pleroy authored May 30, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 858ab5d + 96d0939 commit ee42d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : SupervisedWindowRenderer {
// Update this section before each release.
private const String next_release_name_ = "Fatou";
private const int next_release_lunation_number_ = 240;
private const String next_release_name_ = "Fermat";
private const int next_release_lunation_number_ = 241;
private DateTimeOffset next_release_date_ =
new DateTimeOffset(2019, 06, 03, 10, 02, 00, TimeSpan.Zero);
new DateTimeOffset(2019, 07, 02, 19, 16, 00, TimeSpan.Zero);

public delegate Vessel PredictedVessel();

0 comments on commit ee42d9e

Please sign in to comment.