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: 25cf2fb70c51
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5240c1d30d8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 25, 2019

  1. Next release is פרנקל.

    pleroy committed Oct 25, 2019
    Copy the full SHA
    6b975dd View commit details
  2. Merge pull request #2363 from pleroy/פרנקל

    Next release is פרנקל
    pleroy authored Oct 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d5240c1 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
@@ -5,10 +5,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : SupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Fourier";
private const int next_release_lunation_number_ = 245;
private const string next_release_name_ = "פרנקל";
private const int next_release_lunation_number_ = 246;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2019, 10, 28, 03, 39, 00, TimeSpan.Zero);
new DateTimeOffset(2019, 11, 26, 15, 06, 00, TimeSpan.Zero);

public delegate Vessel PredictedVessel();