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 {