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 {