Skip to content

Commit

Permalink
Merge pull request #115 from mleotta/dev/bump-version
Browse files Browse the repository at this point in the history
bump version to v0.7.0 for release
  • Loading branch information
mleotta committed Dec 4, 2015
2 parents 512f54d + 836d768 commit a6fbc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif()
# Versioning
#
set(MAPTK_VERSION_MAJOR 0)
set(MAPTK_VERSION_MINOR 6)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION_MINOR 7)
set(MAPTK_VERSION_PATCH 0)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit a6fbc25

Please sign in to comment.