mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-24 23:37:24 -05:00
9 lines
151 B
C++
9 lines
151 B
C++
#pragma once
|
|
|
|
namespace builddate
|
|
{
|
|
inline constexpr int MONTH = 11;
|
|
inline constexpr int DAY = 16;
|
|
inline constexpr int YEAR = 2025;
|
|
}
|