Skip to content

Commit

Permalink
Merge branch 'dev/bump-version' into release
Browse files Browse the repository at this point in the history
Bump MAPTK version to v0.2.1

* dev/bump-version:
  bump version to 0.2.1 for release
  • Loading branch information
mleotta committed Feb 26, 2014
2 parents 6f7a61c + a910cdf commit 777348c
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 2)
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 777348c

Please sign in to comment.