Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/dev/bump-version'
Browse files Browse the repository at this point in the history
Bumped version to v0.3.0

* remotes/origin/dev/bump-version:
  bump version to v0.3.0

Change-Id: I4309bac19ae335902eefc0cbd53ec9de68633f15
  • Loading branch information
mleotta committed Mar 10, 2014
2 parents c85f540 + 46a8a53 commit e3ef3fe
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 2)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION_MINOR 3)
set(MAPTK_VERSION_PATCH 0)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit e3ef3fe

Please sign in to comment.