Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce486b9e0248
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1750e4a0d11
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 5, 2021

  1. Next release is Grossmann.

    pleroy committed Jun 5, 2021
    Copy the full SHA
    1caf270 View commit details
  2. Merge pull request #3025 from pleroy/Grossmann

    Next release is Grossmann
    pleroy authored Jun 5, 2021
    Copy the full SHA
    d1750e4 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 ksp_plugin_adapter/main_window.cs
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Original file line number Diff line number Diff line change
@@ -6,10 +6,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name = "Gröbner";
private const int next_release_lunation_number = 265;
private const string next_release_name = "Grossmann";
private const int next_release_lunation_number = 266;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2021, 06, 10, 10, 54, 00, TimeSpan.Zero);
new DateTimeOffset(2021, 07, 10, 01, 18, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,