Skip to content

Commit

Permalink
refs #105, wip version bump and updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Mar 6, 2021
1 parent dbf882b commit b15977a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,14 @@ to the expected behavior.
## Release Notes
### v1.5.3 (WIP)
* Pull request [#105](https://github.com/gulrak/filesystem/issues/105), added
option GHC_FILESYSTEM_BUILD_STD_TESTING to override additional build of
`std::filesystem` versions of the tests for comparison and the possibility
to use GHC_FILESYSTEM_TEST_COMPILE_FEATURES to prefill the used compile
features defaulting to CMAKE_CXX_COMPILE_FEATURES when not given.
### [v1.5.2](https://github.com/gulrak/filesystem/releases/tag/v1.5.2)
* Enhancement [#104](https://github.com/gulrak/filesystem/issues/104),
Expand Down
2 changes: 1 addition & 1 deletion include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10502L
#define GHC_FILESYSTEM_VERSION 10503L

#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
#define GHC_WITH_EXCEPTIONS
Expand Down

0 comments on commit b15977a

Please sign in to comment.