Skip to content

Commit 7edd3f7

Browse files
Update project to v0.5.8
1 parent 6876f6d commit 7edd3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
project(mayaMatchMoveSolver)
6161
set(PROJECT_VERSION_MAJOR 0)
6262
set(PROJECT_VERSION_MINOR 5)
63-
set(PROJECT_VERSION_PATCH 7)
63+
set(PROJECT_VERSION_PATCH 8)
6464
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
6565
set(PROJECT_HOMEPAGE_URL "https://github.com/david-cattermole/mayaMatchMoveSolver")
6666
set(PROJECT_DESCRIPTION "Bundle Adjustment solver for MatchMove tasks in Autodesk Maya.")

0 commit comments

Comments
 (0)