Mana
Version.h
Go to the documentation of this file.
1 
12 #pragma once
13 #include <cstdint>
14 namespace mana
15 {
16  namespace build
17  {
18  static constexpr int32_t Year = 2024;
19  static constexpr int32_t Month = 12;
20  static constexpr int32_t Day = 20;
21  static constexpr int32_t Hour = 17;
22  static constexpr int32_t Minute = 33;
23  static const char* MajorVersion = "0";
24  static const char* MinorVersion = "9.7";
25  }
26 }
Definition: CodeBuffer.cpp:11