#pragma once namespace builddate { inline constexpr int MONTH = 12; inline constexpr int DAY = 2; inline constexpr int YEAR = 2025; }