Skip to content

Commit

Permalink
common: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcseacave committed Feb 16, 2020
1 parent c7047bf commit 8603471
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 @@ -19,8 +19,8 @@ endif()
PROJECT(OpenMVS)

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

# Find dependencies:
Expand Down

0 comments on commit 8603471

Please sign in to comment.