From 5e864d17f03c59d5fa52b437448050ff279e7a44 Mon Sep 17 00:00:00 2001 From: J-D-K Date: Fri, 26 Sep 2025 15:02:53 -0400 Subject: [PATCH] Change date back from testing. --- include/builddate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/builddate.hpp b/include/builddate.hpp index ed96ac4..28316c4 100644 --- a/include/builddate.hpp +++ b/include/builddate.hpp @@ -3,6 +3,6 @@ namespace builddate { inline constexpr int MONTH = 9; - inline constexpr int DAY = 12; + inline constexpr int DAY = 26; inline constexpr int YEAR = 2025; }