ghc::filesysem release v1.3.8

This commit is contained in:
Steffen Schuemann 2020-11-15 22:54:06 +01:00
parent 427108c8e2
commit 1edf4a3339
2 changed files with 4 additions and 4 deletions

View File

@ -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.3.6)
[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.3.8)
# Filesystem
@ -109,8 +109,8 @@ in the standard, and there might be issues in these implementations too.
### Downloads
The latest release version is [v1.3.6](https://github.com/gulrak/filesystem/tree/v1.3.6) and
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.6).
The latest release version is [v1.3.8](https://github.com/gulrak/filesystem/tree/v1.3.8) and
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.8).
### Using it as Single-File-Header

View File

@ -205,7 +205,7 @@
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10307L
#define GHC_FILESYSTEM_VERSION 10308L
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
#define GHC_WITH_EXCEPTIONS