File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77# Overview 💬
88
9- ### [ ** Version 0.4.12 ** ] ( https://github.com/Kasugaccho/DungeonTemplateLibrary/releases ) [ C++11/14/17 ]
9+ ### [ ** Version 0.4.13 ** ] ( https://github.com/Kasugaccho/DungeonTemplateLibrary/releases ) [ C++11/14/17 ]
1010
1111---
1212
Original file line number Diff line number Diff line change 1717
1818/* バージョン */
1919#ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION
20- #define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190822L )
20+ #define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190823L )
2121#endif
2222
2323/* AsDungeon 世代 */
3737
3838/* 補助バージョン */
3939#ifndef DUNGEON_TEMPLATE_LIBRARY_MINOR
40- #define DUNGEON_TEMPLATE_LIBRARY_MINOR (12 )
40+ #define DUNGEON_TEMPLATE_LIBRARY_MINOR (13 )
4141#endif
4242
4343/* 微修正バージョン */
4444#ifndef DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL
45- #define DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL (1 )
45+ #define DUNGEON_TEMPLATE_LIBRARY_PATCHLEVEL (0 )
4646#endif
4747
4848/* バージョン名 */
4949#ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME
50- #define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME " 4.0.4.12.1 (https://github.com/Kasugaccho/DungeonTemplateLibrary)"
50+ #define DUNGEON_TEMPLATE_LIBRARY_VERSION_NAME " 4.0.4.13.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