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 a70f60e commit ef84e9fCopy full SHA for ef84e9f
docs/source/changelog.rst
@@ -7,6 +7,11 @@
7
Changelog
8
=========
9
10
+0.8.0
11
+-----
12
+
13
+- Migrated to C++17 and replaced backported features with standard ones
14
15
0.7.7
16
-----
17
include/xtl/xtl_config.hpp
@@ -11,8 +11,8 @@
#define XTL_CONFIG_HPP
#define XTL_VERSION_MAJOR 0
-#define XTL_VERSION_MINOR 7
-#define XTL_VERSION_PATCH 7
+#define XTL_VERSION_MINOR 8
+#define XTL_VERSION_PATCH 0
#ifndef __has_feature
18
#define __has_feature(x) 0
0 commit comments