Skip to content

Commit ef84e9f

Browse files
committed
Release 0.8.0
1 parent a70f60e commit ef84e9f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
Changelog
88
=========
99

10+
0.8.0
11+
-----
12+
13+
- Migrated to C++17 and replaced backported features with standard ones
14+
1015
0.7.7
1116
-----
1217

include/xtl/xtl_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define XTL_CONFIG_HPP
1212

1313
#define XTL_VERSION_MAJOR 0
14-
#define XTL_VERSION_MINOR 7
15-
#define XTL_VERSION_PATCH 7
14+
#define XTL_VERSION_MINOR 8
15+
#define XTL_VERSION_PATCH 0
1616

1717
#ifndef __has_feature
1818
#define __has_feature(x) 0

0 commit comments

Comments
 (0)