Release v1.0.8

This commit is contained in:
Steffen Schuemann 2019-03-16 19:17:39 +01:00
parent 1dd0455e9c
commit e8218feebe
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ to the expected behavior.
## Release Notes
### v1.0.8 (wip)
### [v1.0.8](https://github.com/gulrak/filesystem/releases/tag/v1.0.8)
* Bugfix for ([#6](https://github.com/gulrak/filesystem/issues/6)), where
`ghc::filesystem::remove()` and `ghc::filesystem::remove_all()` both are

View File

@ -104,7 +104,7 @@
#define LWG_2937_BEHAVIOUR
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10007L
#define GHC_FILESYSTEM_VERSION 10008L
namespace ghc {
namespace filesystem {