Bumped version to wip v1.0.3

This commit is contained in:
gulrak 2018-11-05 20:45:45 +01:00
parent 89cc3782a0
commit 8e17597608
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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 {