We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c03d7b commit a7c1c54Copy full SHA for a7c1c54
docs/source/changelog.rst
@@ -7,6 +7,11 @@
7
Changelog
8
=========
9
10
+0.7.7
11
+-----
12
+
13
+- Use GetModuleFileNameW for wchar_t array
14
15
0.7.6
16
-----
17
include/xtl/xtl_config.hpp
@@ -12,7 +12,7 @@
#define XTL_VERSION_MAJOR 0
#define XTL_VERSION_MINOR 7
-#define XTL_VERSION_PATCH 6
+#define XTL_VERSION_PATCH 7
#ifndef __has_feature
18
#define __has_feature(x) 0
0 commit comments