Version bump, release v1.0.10

This commit is contained in:
Steffen Schuemann 2019-03-22 22:53:32 +01:00
parent 4e98fbf315
commit 96b8384886
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ to the expected behavior.
## Release Notes ## Release Notes
### v1.0.10 (wip) ### [v1.0.10](https://github.com/gulrak/filesystem/releases/tag/v1.0.10)
* Bugfix for ([#9](https://github.com/gulrak/filesystem/issues/9)), added * Bugfix for ([#9](https://github.com/gulrak/filesystem/issues/9)), added
missing return statement to `ghc::filesystem::path::generic_string()` missing return statement to `ghc::filesystem::path::generic_string()`

View File

@ -108,7 +108,7 @@
#define LWG_2937_BEHAVIOUR #define LWG_2937_BEHAVIOUR
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10009L #define GHC_FILESYSTEM_VERSION 10010L
namespace ghc { namespace ghc {
namespace filesystem { namespace filesystem {