Skip to content

Commit

Permalink
Merge pull request #49 from mleotta/bump-version-0.4.2
Browse files Browse the repository at this point in the history
bumped version to v0.4.2
  • Loading branch information
mleotta committed Mar 4, 2015
2 parents 07b7734 + 01ac4b7 commit fa9259f
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 @@ -6,7 +6,7 @@ project(MAPTK)
#
set(MAPTK_VERSION_MAJOR 0)
set(MAPTK_VERSION_MINOR 4)
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 fa9259f

Please sign in to comment.