mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Version bump and updated readme for v1.2.4.
This commit is contained in:
parent
8906e8ce91
commit
e980ed0dc4
12
README.md
12
README.md
@ -2,7 +2,7 @@
|
||||
[](https://travis-ci.org/gulrak/filesystem)
|
||||
[](https://ci.appveyor.com/project/gulrak/filesystem)
|
||||
[](https://coveralls.io/github/gulrak/filesystem?branch=master)
|
||||
[](https://github.com/gulrak/filesystem/tree/v1.2.2)
|
||||
[](https://github.com/gulrak/filesystem/tree/v1.2.4)
|
||||
|
||||
# Filesystem
|
||||
|
||||
@ -100,8 +100,8 @@ in the standard, and there might be issues in these implementations too.
|
||||
|
||||
### Downloads
|
||||
|
||||
The latest release version is [v1.2.2](https://github.com/gulrak/filesystem/tree/v1.2.2) and
|
||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.2).
|
||||
The latest release version is [v1.2.4](https://github.com/gulrak/filesystem/tree/v1.2.4) and
|
||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.4).
|
||||
|
||||
### Using it as Single-File-Header
|
||||
|
||||
@ -472,9 +472,11 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.2.3 (wip)
|
||||
### [v1.2.4](https://github.com/gulrak/filesystem/releases/tag/v1.2.4)
|
||||
|
||||
* Enabled stronger warning switches and fixed issues on GCC and MinGW
|
||||
* Enabled stronger warning switches and resulting fixed issues on GCC and MinGW
|
||||
* Bugfix for #22, the `fs::copy_options` where not forwarded from `fs::copy` to
|
||||
`fs::copy_file` in one of the cases.
|
||||
|
||||
### [v1.2.2](https://github.com/gulrak/filesystem/releases/tag/v1.2.2)
|
||||
|
||||
|
@ -172,7 +172,7 @@
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10203L
|
||||
#define GHC_FILESYSTEM_VERSION 10204L
|
||||
|
||||
namespace ghc {
|
||||
namespace filesystem {
|
||||
|
Loading…
x
Reference in New Issue
Block a user