From 72a76d774e4c7c605141fd6d11c33cc211209ed9 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 18 May 2023 10:39:25 +0200 Subject: [PATCH] head version bumped to wip version --- README.md | 6 ++++++ include/ghc/filesystem.hpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57498e..62b9d5a 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,12 @@ to the expected behavior. ## Release Notes +### v1.5.15 (wip) + +* Fix for [#166](https://github.com/gulrak/filesystem/issues/166), + `extension()` did return non empty result for the directory name + `".."` + ### [v1.5.14](https://github.com/gulrak/filesystem/releases/tag/v1.5.14) * Pull request [#163](https://github.com/gulrak/filesystem/pull/163), build diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 8e4573a..bbb1023 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -308,7 +308,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10514L +#define GHC_FILESYSTEM_VERSION 10515L #if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND)) #define GHC_WITH_EXCEPTIONS