Skip to content

Commit

Permalink
Merge pull request #81 from mleotta/dev/bump-version
Browse files Browse the repository at this point in the history
bump version number for release
  • Loading branch information
mleotta committed Jul 10, 2015
2 parents 2cc8f56 + 1bd5fd0 commit 2a17bf9
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 @@ -5,8 +5,8 @@ project(MAPTK)
# Versioning
#
set(MAPTK_VERSION_MAJOR 0)
set(MAPTK_VERSION_MINOR 5)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION_MINOR 6)
set(MAPTK_VERSION_PATCH 0)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit 2a17bf9

Please sign in to comment.