Skip to content

Commit 279a837

Browse files
committed
2026.13
1 parent dfe44b8 commit 279a837

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues
1010

1111
XLIGHTS/NUTCRACKER RELEASE NOTES
1212
---------------------------------
13-
2026.13 July ??, 2026
13+
2026.13 July 14, 2026
1414
-change (dkulp) Render jobs now suspend and reschedule instead of blocking threads,
1515
reducing the thread pool to roughly CPU+GPU core count and lowering
1616
memory use on large sequences

build_scripts/msw/xLights_common.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
#define MyTitleName "xLights"
55
#define Year 2026
6-
#define Version 12
7-
#define Other "_1"
6+
#define Version 13
7+
#define Other ""

src-core/xLightsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#if __has_include("xlights_build_version.h")
1818
#include "xlights_build_version.h"
1919
#else
20-
static const std::string xlights_version_string = "2026.12.1";
20+
static const std::string xlights_version_string = "2026.13";
2121
#endif
2222
#ifdef DEBUG
2323
static const std::string xlights_qualifier = " DEBUG";

0 commit comments

Comments
 (0)