Skip to content

Commit

Permalink
UPdate version release date in upgrade, main-add
Browse files Browse the repository at this point in the history
  • Loading branch information
mjprilliman committed Nov 18, 2024
1 parent 3f5036d commit 9697b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/runtime/versions.lk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some more examples:
//***********************************************************************************************************************************************************
//CURRENT WORKING VERSION (see SAM/main_add.h) - CHANGE THIS VERSION NUMBER WHEN RELEASES ARE CREATED AND MAKE A NEW CURRENT WORKING VERSION FUNCTION

version_upgrade{'2024.9.11'} = define() {
version_upgrade{'2024.12.12'} = define() {

const cfg = config();

Expand Down
3 changes: 2 additions & 1 deletion src/main_add.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ static SamApp::ver releases[] = {
//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
{ 2024, 9, 11}, // 2024.09.11 Final beta sent to Norwich
{ 2024, 12, 12},
{ 2024, 9, 11}, // 2024.09.11 Final beta sent to Norwich
{ 2024, 5, 28 }, // 2024.05.28 First beta sent to Norwich
{ 2023, 12, 17 }, // 2023.12.17 ssc 288 release candidate from develop - no expiration first built 12/11/2023, 2023.12.17.r1.ssc.290 3/4/2024
{ 2023, 12, 1 }, // 2023.12.1 ssc 287 2023 release candidate from develop expires 12/17/2023
Expand Down

0 comments on commit 9697b4c

Please sign in to comment.