Skip to content

Commit 003023d

Browse files
committed
2026.01
1 parent 8e8a296 commit 003023d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues
1111

1212
XLIGHTS/NUTCRACKER RELEASE NOTES
1313
---------------------------------
14+
2026.01 January 7, 2026
1415
-enh (scott) Switch HinksPix Enable Column to Check Box, add Error Checking if all schedules are disabled
1516
-enh (gil) Reduce model loading at startup from 3 times to 2
1617
-enh (derwin12) Added WEC to Minleon

build_scripts/msw/xLights_common.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#define MyTitleName "xLights"
55
#define Year 2026
66
#define Version 01
7-
#define Other "_1"
7+
#define Other ""

xLights/xLightsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if __has_include("xlights_build_version.h")
1616
#include "xlights_build_version.h"
1717
#else
18-
static const wxString xlights_version_string = "2025.13.1";
18+
static const wxString xlights_version_string = "2026.01";
1919
#endif
2020
#ifdef DEBUG
2121
static const wxString xlights_qualifier = " DEBUG";

0 commit comments

Comments
 (0)