From 12928d864b2d6236e85907402343bfa22d42ce70 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Mon, 27 Jan 2025 09:11:55 -0500 Subject: [PATCH] Next development iteration --- xLights/xLightsVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h index cf4a95037..08e2d9f35 100644 --- a/xLights/xLightsVersion.h +++ b/xLights/xLightsVersion.h @@ -15,7 +15,7 @@ #if __has_include("xlights_build_version.h") #include "xlights_build_version.h" #else -static const wxString xlights_version_string = "2025.02"; +static const wxString xlights_version_string = "2025.02.1"; #endif #ifdef DEBUG static const wxString xlights_qualifier = " DEBUG";