From 88f9c3613a06b90f938d51f797cbe6df26faa32c Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 11 Feb 2021 08:15:17 +0100 Subject: [PATCH] wip version bump --- include/ghc/filesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 913c36d..2aafcf5 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -245,7 +245,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10500L +#define GHC_FILESYSTEM_VERSION 10501L #if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND)) #define GHC_WITH_EXCEPTIONS