mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
head version bumped to wip version
This commit is contained in:
parent
e5ae1bd3e3
commit
72a76d774e
@ -589,6 +589,12 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.5.15 (wip)
|
||||
|
||||
* Fix for [#166](https://github.com/gulrak/filesystem/issues/166),
|
||||
`extension()` did return non empty result for the directory name
|
||||
`".."`
|
||||
|
||||
### [v1.5.14](https://github.com/gulrak/filesystem/releases/tag/v1.5.14)
|
||||
|
||||
* Pull request [#163](https://github.com/gulrak/filesystem/pull/163), build
|
||||
|
@ -308,7 +308,7 @@
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10514L
|
||||
#define GHC_FILESYSTEM_VERSION 10515L
|
||||
|
||||
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
|
||||
#define GHC_WITH_EXCEPTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user