File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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| :---| :---| :---| :---|
Original file line number Diff line number Diff line change 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/* 微修正バージョン */
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
You can’t perform that action at this time.
0 commit comments