Skip to content

Commit

Permalink
Merge pull request #131 from mleotta/dev/bump-version
Browse files Browse the repository at this point in the history
bumped version to v0.7.2
  • Loading branch information
mleotta committed Jan 22, 2016
2 parents a763a31 + f1a4165 commit 9168cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif()
#
set(MAPTK_VERSION_MAJOR 0)
set(MAPTK_VERSION_MINOR 7)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION_PATCH 2)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit 9168cbb

Please sign in to comment.