From 8e17597608ae5ba1b82c2fbf86aace72ab357a0c Mon Sep 17 00:00:00 2001 From: gulrak Date: Mon, 5 Nov 2018 20:45:45 +0100 Subject: [PATCH] Bumped version to wip v1.0.3 --- README.md | 6 ++++++ filesystem.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 139a58c..e655e97 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,12 @@ to the expected behavior. ## Release Notes +### v1.0.3 (wip) + +* Bigfix for #3, fixed missing inlines and added test to ensure including into + multiple implementation files works as expected. +* Building tests with `-Wall -Wextra -Werror` and fixed resulting issues. + ### [v1.0.2](https://github.com/gulrak/filesystem/tree/v1.0.2) * Updated catch2 to v2.4.0. diff --git a/filesystem.h b/filesystem.h index 3500d9d..9f43943 100644 --- a/filesystem.h +++ b/filesystem.h @@ -103,7 +103,7 @@ #define LWG_2937_BEHAVIOUR // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10002L +#define GHC_FILESYSTEM_VERSION 10003L namespace ghc { namespace filesystem {