mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Bumped version to wip v1.0.3
This commit is contained in:
parent
89cc3782a0
commit
8e17597608
@ -345,6 +345,12 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.0.3 (wip)
|
||||
|
||||
* Bigfix for #3, fixed missing inlines and added test to ensure including into
|
||||
multiple implementation files works as expected.
|
||||
* Building tests with `-Wall -Wextra -Werror` and fixed resulting issues.
|
||||
|
||||
### [v1.0.2](https://github.com/gulrak/filesystem/tree/v1.0.2)
|
||||
|
||||
* Updated catch2 to v2.4.0.
|
||||
|
@ -103,7 +103,7 @@
|
||||
#define LWG_2937_BEHAVIOUR
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10002L
|
||||
#define GHC_FILESYSTEM_VERSION 10003L
|
||||
|
||||
namespace ghc {
|
||||
namespace filesystem {
|
||||
|
Loading…
x
Reference in New Issue
Block a user