From 993a6be3ced1441a74bafa403e8ac344d8880491 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 1 Oct 2020 08:11:53 +0200 Subject: [PATCH] refs #72, bumped to wip version --- 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 7fe16d8..3ca2e18 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -191,7 +191,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10304L +#define GHC_FILESYSTEM_VERSION 10305L #if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND)) #define GHC_WITH_EXCEPTIONS