From 96b8384886d710ae0f8450ff70d58015dc85a454 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Fri, 22 Mar 2019 22:53:32 +0100 Subject: [PATCH] Version bump, release v1.0.10 --- README.md | 2 +- filesystem.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d5029f..f610cff 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ to the expected behavior. ## Release Notes -### v1.0.10 (wip) +### [v1.0.10](https://github.com/gulrak/filesystem/releases/tag/v1.0.10) * Bugfix for ([#9](https://github.com/gulrak/filesystem/issues/9)), added missing return statement to `ghc::filesystem::path::generic_string()` diff --git a/filesystem.hpp b/filesystem.hpp index 8fe9109..bd44ef5 100644 --- a/filesystem.hpp +++ b/filesystem.hpp @@ -108,7 +108,7 @@ #define LWG_2937_BEHAVIOUR // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10009L +#define GHC_FILESYSTEM_VERSION 10010L namespace ghc { namespace filesystem {