Skip to content

Commit 49cf62c

Browse files
committed
2026.06
1 parent 9016867 commit 49cf62c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 05
7-
#define Other "_1"
6+
#define Version 06
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.05.2";
20+
static const std::string xlights_version_string = "2026.06";
2121
#endif
2222
#ifdef DEBUG
2323
static const std::string xlights_qualifier = " DEBUG";

0 commit comments

Comments
 (0)