We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cab89 commit 8877609Copy full SHA for 8877609
docs/changelog.txt
@@ -1,3 +1,5 @@
1
+ver 0.6.4
2
+- Added Universal CRT version for Windows 10 or later
3
- Fixed a bug that the execution button still says "processing" after getting errors.
4
5
ver 0.6.3
include/tuw_constants.h
@@ -10,8 +10,8 @@ namespace tuw_constants {
10
" CLI tools\n";
11
constexpr char TOOL_NAME[] = "Tuw";
12
constexpr char AUTHOR[] = "matyalatte";
13
- constexpr char VERSION[] = "0.6.3";
14
- constexpr int VERSION_INT = 603;
+ constexpr char VERSION[] = "0.6.4";
+ constexpr int VERSION_INT = 604;
15
16
#ifdef _WIN32
17
constexpr char OS[] = "win";
0 commit comments