From f667035e07882e0f7a658cb6a236ee647b1ed46a Mon Sep 17 00:00:00 2001 From: Kasugaccho <30593725+Kasugaccho@users.noreply.github.com> Date: Sat, 10 Aug 2019 05:36:12 +0900 Subject: [PATCH] v0.4.12 --- README.md | 2 +- include/DTL/Version/Version.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 844d695..73e6b46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Overview 💬 -### [**Version 0.4.11**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ] +### [**Version 0.4.12**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ] |Compiler|C++17|C++14|C++11| |:---|:---|:---|:---| diff --git a/include/DTL/Version/Version.hpp b/include/DTL/Version/Version.hpp index 9b0debb..7f207c5 100644 --- a/include/DTL/Version/Version.hpp +++ b/include/DTL/Version/Version.hpp @@ -37,7 +37,7 @@ /* 補助バージョン */ #ifndef DUNGEON_TEMPLATE_LIBRARY_MINOR -#define DUNGEON_TEMPLATE_LIBRARY_MINOR (11) +#define DUNGEON_TEMPLATE_LIBRARY_MINOR (12) #endif /* 微修正バージョン */ @@ -47,7 +47,7 @@ /* バージョン名 */ #ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME -#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.11.0 (https://github.com/Kasugaccho/DungeonTemplateLibrary)" +#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.12.0 (https://github.com/Kasugaccho/DungeonTemplateLibrary)" #endif #endif //Included Dungeon Template Library