From 98e4865d9d96bca1717978c12a153e7c75f21348 Mon Sep 17 00:00:00 2001 From: Nightly Build Date: Tue, 12 Mar 2024 22:45:32 +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 156b6c665..05dfa45c9 100644 --- a/source/LeLib/data.cpp +++ b/source/LeLib/data.cpp @@ -28,7 +28,7 @@ #define MAJOR 0 #define FEATURE 17 -#define NIGHTLY 128 +#define NIGHTLY 129 #define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY)