From e8218feebeea2689b59ea54a66db017d74e10861 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 16 Mar 2019 19:17:39 +0100 Subject: [PATCH] Release v1.0.8 --- README.md | 2 +- filesystem.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c63e7d..33a0817 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/filesystem.h b/filesystem.h index 6cd936c..2b4dc42 100644 --- a/filesystem.h +++ b/filesystem.h @@ -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 {