wip version bump

This commit is contained in:
Steffen Schuemann 2021-02-11 08:15:17 +01:00
parent 2298e68d5c
commit 88f9c3613a

View File

@ -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