From 9cd06758c42e06ae52f45249f72ddba667dbe048 Mon Sep 17 00:00:00 2001 From: Kasugaccho <30593725+Kasugaccho@users.noreply.github.com> Date: Fri, 23 Aug 2019 14:34:55 +0900 Subject: [PATCH] v0.4.13 --- README.md | 2 +- include/DTL/Version/Version.hpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7956f9f..c282516 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Overview 💬 -### [**Version 0.4.12**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ] +### [**Version 0.4.13**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ] --- diff --git a/include/DTL/Version/Version.hpp b/include/DTL/Version/Version.hpp index 66aa184..1792244 100644 --- a/include/DTL/Version/Version.hpp +++ b/include/DTL/Version/Version.hpp @@ -17,7 +17,7 @@ /* バージョン */ #ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION -#define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190822L) +#define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190823L) #endif /* AsDungeon 世代 */ @@ -37,17 +37,17 @@ /* 補助バージョン */ #ifndef DUNGEON_TEMPLATE_LIBRARY_MINOR -#define DUNGEON_TEMPLATE_LIBRARY_MINOR (12) +#define DUNGEON_TEMPLATE_LIBRARY_MINOR (13) #endif /* 微修正バージョン */ #ifndef DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL -#define DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL (1) +#define DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL (0) #endif /* バージョン名 */ #ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME -#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.12.1 (https://github.com/Kasugaccho/DungeonTemplateLibrary)" +#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.13.0 (https://github.com/Kasugaccho/DungeonTemplateLibrary)" #endif #endif //Included Dungeon Template Library