This commit is contained in:
Changho Hwang
2024-05-04 16:51:48 -07:00
committed by GitHub
parent 0650371b54
commit 9c2a96060a
5 changed files with 10 additions and 7 deletions

View File

@@ -5,8 +5,8 @@
#define MSCCLPP_CORE_HPP_
#define MSCCLPP_MAJOR 0
#define MSCCLPP_MINOR 4
#define MSCCLPP_PATCH 3
#define MSCCLPP_MINOR 5
#define MSCCLPP_PATCH 0
#define MSCCLPP_VERSION (MSCCLPP_MAJOR * 10000 + MSCCLPP_MINOR * 100 + MSCCLPP_PATCH)
#include <array>