Skip to content

Commit f667035

Browse files
committed
v0.4.12
1 parent 20c3788 commit f667035

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Overview 💬
1616

17-
### [**Version 0.4.11**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ]
17+
### [**Version 0.4.12**](https://github.com/Kasugaccho/DungeonTemplateLibrary/releases) [ C++11/14/17 ]
1818

1919
|Compiler|C++17|C++14|C++11|
2020
|:---|:---|:---|:---|

include/DTL/Version/Version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
/* 補助バージョン */
3939
#ifndef DUNGEON_TEMPLATE_LIBRARY_MINOR
40-
#define DUNGEON_TEMPLATE_LIBRARY_MINOR (11)
40+
#define DUNGEON_TEMPLATE_LIBRARY_MINOR (12)
4141
#endif
4242

4343
/* 微修正バージョン */
@@ -47,7 +47,7 @@
4747

4848
/* バージョン名 */
4949
#ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME
50-
#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.11.0 (https://github.com/Kasugaccho/DungeonTemplateLibrary)"
50+
#define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME "4.0.4.12.0 (https://github.com/Kasugaccho/DungeonTemplateLibrary)"
5151
#endif
5252

5353
#endif //Included Dungeon Template Library

0 commit comments

Comments
 (0)