Skip to content

Commit 8877609

Browse files
committed
increment tuw version
1 parent 83cab89 commit 8877609

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ver 0.6.4
2+
- Added Universal CRT version for Windows 10 or later
13
- Fixed a bug that the execution button still says "processing" after getting errors.
24

35
ver 0.6.3

include/tuw_constants.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace tuw_constants {
1010
" CLI tools\n";
1111
constexpr char TOOL_NAME[] = "Tuw";
1212
constexpr char AUTHOR[] = "matyalatte";
13-
constexpr char VERSION[] = "0.6.3";
14-
constexpr int VERSION_INT = 603;
13+
constexpr char VERSION[] = "0.6.4";
14+
constexpr int VERSION_INT = 604;
1515

1616
#ifdef _WIN32
1717
constexpr char OS[] = "win";

0 commit comments

Comments
 (0)