WIP version bump

This commit is contained in:
Steffen Schuemann 2020-12-26 13:56:21 +01:00
parent ff56073075
commit b51fe02f1a

View File

@ -205,7 +205,7 @@
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10308L
#define GHC_FILESYSTEM_VERSION 10309L
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
#define GHC_WITH_EXCEPTIONS