Skip to content

Commit

Permalink
Merge pull request #93 from mleotta/dev/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mleotta committed Nov 5, 2015
2 parents 388a841 + 4c541a4 commit 1b003e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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 6)
set(MAPTK_VERSION_PATCH 0)
set(MAPTK_VERSION_PATCH 1)
set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}")


Expand Down
8 changes: 2 additions & 6 deletions doc/rel_notes/0.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ MAPTK v0.6.1 Release Notes
==========================

This release provides patches to the MAPTK v0.6.0 release to address issues.
MAPTK v0.6.1 is primarily a bug fix release with very minimal new functionality.


Updates since v0.6.0
--------------------
MAPTK v0.6.1 is a bug fix release with no new functionality.


Fixes since v0.6.0
Expand All @@ -32,7 +28,7 @@ Tools
* Fixed a compile failure on some systems due to passing the base camera by
value in the pos2krtd tool.

* Fixed an issue in the track_feature tool where when using a mask file it
* Fixed an issue in the track_feature tool where, when using a mask file, it
was throwing an error if the file exists, not when it was missing.

Tests
Expand Down

0 comments on commit 1b003e2

Please sign in to comment.