Skip to content

Commit

Permalink
Merge pull request #32 from mleotta/dev/bump-version
Browse files Browse the repository at this point in the history
bumped version to v0.4.1
  • Loading branch information
mleotta committed Oct 20, 2014
2 parents af06e83 + ef3739b commit fc69e6b
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 0)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit fc69e6b

Please sign in to comment.