There was an error while loading. Please reload this page.
1 parent 9016867 commit 49cf62cCopy full SHA for 49cf62c
2 files changed
build_scripts/msw/xLights_common.iss
@@ -3,5 +3,5 @@
3
4
#define MyTitleName "xLights"
5
#define Year 2026
6
-#define Version 05
7
-#define Other "_1"
+#define Version 06
+#define Other ""
src-core/xLightsVersion.h
@@ -17,7 +17,7 @@
17
#if __has_include("xlights_build_version.h")
18
#include "xlights_build_version.h"
19
#else
20
-static const std::string xlights_version_string = "2026.05.2";
+static const std::string xlights_version_string = "2026.06";
21
#endif
22
#ifdef DEBUG
23
static const std::string xlights_qualifier = " DEBUG";
0 commit comments