Skip to content

Commit f7e7a1d

Browse files
authored
Merge pull request #1659 from NREL/2023.12.17.ssc.288rc
2023.12.17.ssc.288 release candidate no expiration
2 parents 12b5486 + c8aebd3 commit f7e7a1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/runtime/versions.lk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Some more examples:
5151
//***********************************************************************************************************************************************************
5252
//CURRENT WORKING VERSION (see SAM/main_add.h) - CHANGE THIS VERSION NUMBER WHEN RELEASES ARE CREATED AND MAKE A NEW CURRENT WORKING VERSION FUNCTION
5353

54-
version_upgrade{'2023.10.31'} = define() {
54+
version_upgrade{'2023.12.17'} = define() {
5555

5656
const cfg = config();
5757

src/main_add.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static SamApp::ver releases[] = {
7474
//intermediate version numbers are required in this list in order for the version upgrade script (versions.lk) to work correctly
7575
//please clarify the reason for the new version in a comment. Examples: public release, variable changes, internal release, public beta release, etc.
7676
//the top version should always be the current working version
77-
{ 2023, 12, 17 },
77+
{ 2023, 12, 17 }, // 2023.12.17 ssc 288 release candidate from develop - no expiration first built 12/11/2023
7878
{ 2023, 12, 1 }, // 2023.12.1 ssc 287 2023 release candidate from develop expires 12/17/2023
7979
{ 2023, 10, 31 }, // 2023.10.31 ssc 286 public beta release from develop expires 11/30/2023
8080
{ 2023, 10, 6 }, // 2023.10.6 ssc 285 beta release from develop with hybrids expires 1/6/2024

0 commit comments

Comments
 (0)