From 19bffb985801b863cfa6377a53a52db2d57b12ed Mon Sep 17 00:00:00 2001 From: Nightly Build Date: Thu, 21 Mar 2024 22:45:26 +0000 Subject: [PATCH] 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 e332c3751..2bf88f7a4 100644 --- a/source/LeLib/data.cpp +++ b/source/LeLib/data.cpp @@ -28,7 +28,7 @@ #define MAJOR 0 #define FEATURE 17 -#define NIGHTLY 137 +#define NIGHTLY 138 #define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY)