From 955a92be4f13cc352027860d75d205d75c52d872 Mon Sep 17 00:00:00 2001 From: Nightly Build Date: Sat, 6 Jan 2024 22:45:35 +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 a1e287b44..5dd6c5186 100644 --- a/source/LeLib/data.cpp +++ b/source/LeLib/data.cpp @@ -28,7 +28,7 @@ #define MAJOR 0 #define FEATURE 17 -#define NIGHTLY 60 +#define NIGHTLY 61 #define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY)