Skip to content

Update splash screen and version numbers for rc1#2218

Open
brtietz wants to merge 1 commit into
developfrom
splash_screen_and_version_numbers
Open

Update splash screen and version numbers for rc1#2218
brtietz wants to merge 1 commit into
developfrom
splash_screen_and_version_numbers

Conversation

@brtietz

@brtietz brtietz commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

New splash screen:

image

Update version number as well

@brtietz brtietz requested a review from sjanzou June 18, 2026 17:59
Comment thread src/main_add.h
//intermediate version numbers are required in this list in order for the version upgrade script (versions.lk) to work correctly
//please clarify the reason for the new version in a comment. Examples: public release, variable changes, internal release, public beta release, etc.
//the top version should always be the current working version
{ 2026, 7, 3 }, // 2026.7.3 public release

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the release candidate be 2026, 6, 24 or do you want to use 2026, 7, 3 for full release for project file updating?

Comment thread src/main_add.h
//dc.SetBackground(wxBrush(wxColour(255, 200, 45))); // 11/1/2024 University of Kansas KU Jayhawks
dc.SetBackground(wxBrush(wxColour(36, 70, 68))); // 04/02/2025 Muted teal
//dc.SetBackground(wxBrush(wxColour(36, 70, 68))); // 04/02/2025 Muted teal
dc.SetBackground(wxBrush(wxColour(230, 146, 0))); // 06/18/2026 NLR Sun

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely color !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants