Skip to content

Commit faa0206

Browse files
Change mmSolver release version in develop_v0.3.x branch.
We are almost ready for the v0.3.15 release!
1 parent 9c2bf1c commit faa0206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 2.8)
2525
project(mayaMatchMoveSolver)
2626
set(PROJECT_VERSION_MAJOR 0)
2727
set(PROJECT_VERSION_MINOR 3)
28-
set(PROJECT_VERSION_PATCH 14)
28+
set(PROJECT_VERSION_PATCH 15)
2929
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
3030
set(PROJECT_HOMEPAGE_URL "https://github.com/david-cattermole/mayaMatchMoveSolver")
3131
set(PROJECT_DESCRIPTION "Bundle Adjustment solver for MatchMove tasks in Autodesk Maya.")

0 commit comments

Comments
 (0)