From 3ad9525acc1c99c908b215a4a834134847f3fcac Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sun, 27 Dec 2020 13:29:15 +0100 Subject: [PATCH] Release v1.3.10 --- README.md | 8 ++++---- include/ghc/filesystem.hpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8eb5736..6841b8c 100644 --- a/README.md +++ b/README.md @@ -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.8) +[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.3.10) # Filesystem @@ -112,8 +112,8 @@ in the standard, and there might be issues in these implementations too. ### Downloads -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). +The latest release version is [v1.3.10](https://github.com/gulrak/filesystem/tree/v1.3.10) and +source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.10). ### Using it as Single-File-Header @@ -519,7 +519,7 @@ to the expected behavior. ## Release Notes -### v1.3.9 (WIP) +### [v1.3.10](https://github.com/gulrak/filesystem/releases/tag/v1.3.10) * Fix for [#81](https://github.com/gulrak/filesystem/issues/79), fixed issues with handling `Source` parameters that are string views. diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 0b12242..f2be54c 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -205,7 +205,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10309L +#define GHC_FILESYSTEM_VERSION 10310L #if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND)) #define GHC_WITH_EXCEPTIONS