Skip to content

Commit

Permalink
v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPJT committed Aug 23, 2019
1 parent b44c6b8 commit 9cd0675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

---

Expand Down
8 changes: 4 additions & 4 deletions include/DTL/Version/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/* バージョン */
#ifndef DUNGEON_TEMPLATE_LIBRARY_VERSION
#define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190822L)
#define DUNGEON_TEMPLATE_LIBRARY_VERSION (20190823L)
#endif

/* AsDungeon 世代 */
Expand All @@ -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

0 comments on commit 9cd0675

Please # to comment.