Skip to content

Commit

Permalink
Merge pull request #1659 from NREL/2023.12.17.ssc.288rc
Browse files Browse the repository at this point in the history
2023.12.17.ssc.288 release candidate no expiration
  • Loading branch information
sjanzou committed Dec 13, 2023
2 parents 12b5486 + c8aebd3 commit f7e7a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 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{'2023.10.31'} = define() {
version_upgrade{'2023.12.17'} = define() {

const cfg = config();

Expand Down
2 changes: 1 addition & 1 deletion src/main_add.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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
{ 2023, 12, 17 },
{ 2023, 12, 17 }, // 2023.12.17 ssc 288 release candidate from develop - no expiration first built 12/11/2023
{ 2023, 12, 1 }, // 2023.12.1 ssc 287 2023 release candidate from develop expires 12/17/2023
{ 2023, 10, 31 }, // 2023.10.31 ssc 286 public beta release from develop expires 11/30/2023
{ 2023, 10, 6 }, // 2023.10.6 ssc 285 beta release from develop with hybrids expires 1/6/2024
Expand Down

0 comments on commit f7e7a1d

Please sign in to comment.