refs #72, bumped to wip version

This commit is contained in:
Steffen Schuemann 2020-10-01 08:11:53 +02:00
parent a2ce250cd8
commit 993a6be3ce

View File

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