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
Bump version number to v0.4.0

* remotes/origin/dev/bump-version:
  bump version number

Change-Id: I72d20b523217fb7c639d8c0b692bad5a351993fb
  • Loading branch information
mleotta committed Apr 8, 2014
2 parents 621b02b + d820a7c commit da1b071
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 3)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION_MINOR 4)
set(MAPTK_VERSION_PATCH 0)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down

0 comments on commit da1b071

Please sign in to comment.