Skip to content

Commit

Permalink
Version bump, release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Apr 27, 2019
1 parent c75a663 commit 4eb6228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ to the expected behavior.
## Release Notes
### v1.1.0 (wip)
### [v1.1.0](https://github.com/gulrak/filesystem/releases/tag/v1.1.0)
* Restructuring of the project directory. The header files are now using
`hpp` as extension to be marked as c++ and they where moved to
Expand All @@ -460,7 +460,9 @@ to the expected behavior.
* The `std::basic_string_view` variants of the `fs::path` api are
now supported when compiling with C++17.
* Added CI integration for Travis-CI and Appveyor.
* Fixed MingW compilation issues.
* Added long filename support for Windows.
### [v1.0.10](https://github.com/gulrak/filesystem/releases/tag/v1.0.10)
* Bugfix for ([#9](https://github.com/gulrak/filesystem/issues/9)), added
Expand Down
2 changes: 1 addition & 1 deletion include/ghc/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
#define LWG_2937_BEHAVIOUR

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

namespace ghc {
namespace filesystem {
Expand Down

0 comments on commit 4eb6228

Please sign in to comment.