Skip to content

Commit

Permalink
mvs: update version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcseacave committed Jul 2, 2020
1 parent 8fcc3d0 commit b6ecabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PROJECT(OpenMVS)

set(OpenMVS_MAJOR_VERSION 1)
set(OpenMVS_MINOR_VERSION 1)
set(OpenMVS_PATCH_VERSION 0)
set(OpenMVS_PATCH_VERSION 1)
set(OpenMVS_VERSION ${OpenMVS_MAJOR_VERSION}.${OpenMVS_MINOR_VERSION}.${OpenMVS_PATCH_VERSION})

# Find dependencies:
Expand Down

0 comments on commit b6ecabe

Please sign in to comment.