Skip to content

Commit

Permalink
Update version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Aorimn committed Mar 5, 2016
1 parent 99e9e1f commit 159836a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.6
- Features improvement:
- Read/write on Windows 10 (v1511) encrypted volumes.

# v0.5.2
Minor fixes for downstream packaging and larger distribution coverage.

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ endif()


set (VERSION_MAJOR 0)
set (VERSION_MINOR 5)
set (VERSION_RELEASE 1)
set (VERSION_MINOR 6)
set (VERSION_RELEASE 0)
set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}")

add_subdirectory (${PROJECT_SOURCE_DIR}/src)
Expand Down

0 comments on commit 159836a

Please sign in to comment.