Skip to content

Commit 9cd0675

Browse files
committed
v0.4.13
1 parent b44c6b8 commit 9cd0675

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

include/DTL/Version/Version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 世代 */
@@ -37,17 +37,17 @@
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

0 commit comments

Comments
 (0)