diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 9611849..0b9fe6c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -7,6 +7,11 @@ Changelog ========= +0.7.7 +----- + +- Use GetModuleFileNameW for wchar_t array + 0.7.6 ----- diff --git a/include/xtl/xtl_config.hpp b/include/xtl/xtl_config.hpp index 4106c32..2f58d2f 100644 --- a/include/xtl/xtl_config.hpp +++ b/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 #define __has_feature(x) 0