mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-22 01:34:13 -05:00
9 lines
150 B
C++
9 lines
150 B
C++
#pragma once
|
|
|
|
namespace builddate
|
|
{
|
|
inline constexpr int MONTH = 10;
|
|
inline constexpr int DAY = 2;
|
|
inline constexpr int YEAR = 2025;
|
|
}
|