Skip to content

Commit

Permalink
Update CMakeLists minor and patch version.
Browse files Browse the repository at this point in the history
Signed-off-by: apradhana <[email protected]>
  • Loading branch information
apradhana committed Oct 10, 2023
1 parent 172a31c commit 1db29a9
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 @@ -53,8 +53,8 @@ endif()
###### Version

set(OpenVDB_MAJOR_VERSION 10)
set(OpenVDB_MINOR_VERSION 0)
set(OpenVDB_PATCH_VERSION 2)
set(OpenVDB_MINOR_VERSION 1)
set(OpenVDB_PATCH_VERSION 0)
set(OpenVDB_VERSION "${OpenVDB_MAJOR_VERSION}.${OpenVDB_MINOR_VERSION}.${OpenVDB_PATCH_VERSION}")

project(OpenVDB LANGUAGES CXX VERSION ${OpenVDB_VERSION})
Expand Down

0 comments on commit 1db29a9

Please sign in to comment.