Skip to content

Commit

Permalink
Version bump and updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Jun 14, 2021
1 parent 6fad24e commit 1d3d5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://api.cirrus-ci.com/github/gulrak/filesystem.svg?branch=master)](https://cirrus-ci.com/github/gulrak/filesystem)
[![Build Status](https://cloud.drone.io/api/badges/gulrak/filesystem/status.svg?ref=refs/heads/master)](https://cloud.drone.io/gulrak/filesystem)
[![Coverage Status](https://coveralls.io/repos/github/gulrak/filesystem/badge.svg?branch=master)](https://coveralls.io/github/gulrak/filesystem?branch=master)
[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.5.6)
[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.5.8)

# Filesystem

Expand Down Expand Up @@ -121,8 +121,8 @@ in the standard, and there might be issues in these implementations too.

### Downloads

The latest release version is [v1.5.6](https://github.com/gulrak/filesystem/tree/v1.5.6) and
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.5.6).
The latest release version is [v1.5.8](https://github.com/gulrak/filesystem/tree/v1.5.8) and
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.5.8).

The latest pre-native-backend version is [v1.4.0](https://github.com/gulrak/filesystem/tree/v1.4.0) and
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.4.0).
Expand Down Expand Up @@ -556,7 +556,7 @@ to the expected behavior.
## Release Notes
### v1.5.7 (wip)
### [v1.5.8](https://github.com/gulrak/filesystem/releases/tag/v1.5.8)
* Fix for [#125]((https://github.com/gulrak/filesystem/issues/124), where
`fs::create_directories` on Windows no longer breaks on long filenames.
Expand Down
2 changes: 1 addition & 1 deletion include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

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

0 comments on commit 1d3d5f5

Please sign in to comment.