From 01d1444d27d501c35311629716b824fc02a9d461 Mon Sep 17 00:00:00 2001 From: Nightly Build Date: Wed, 21 Feb 2024 13:47:45 +0000 Subject: [PATCH 1/2] Increment nightly version --- source/LeLib/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/LeLib/data.cpp b/source/LeLib/data.cpp index 165ab2deb..c42826b5e 100644 --- a/source/LeLib/data.cpp +++ b/source/LeLib/data.cpp @@ -28,7 +28,7 @@ #define MAJOR 0 #define FEATURE 17 -#define NIGHTLY 106 +#define NIGHTLY 107 #define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY) From 815f455124af3288725864d5129cf8696cecdee7 Mon Sep 17 00:00:00 2001 From: Nightly Build Date: Wed, 21 Feb 2024 22:45:31 +0000 Subject: [PATCH 2/2] Increment nightly version --- source/LeLib/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/LeLib/data.cpp b/source/LeLib/data.cpp index c42826b5e..52166d6c8 100644 --- a/source/LeLib/data.cpp +++ b/source/LeLib/data.cpp @@ -28,7 +28,7 @@ #define MAJOR 0 #define FEATURE 17 -#define NIGHTLY 107 +#define NIGHTLY 108 #define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY)