Skip to content

Commit be25185

Browse files
authored
Merge pull request #1724 from Idclip/post_release_11
Post release updates
2 parents ff2e59f + 3016b54 commit be25185

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
OpenVDB Version History
22
=======================
33

4+
Version 11.0.1 - In development
5+
6+
47
Version 11.0.0 - November 1, 2023
58

69
This version introduces ABI changes relative to older major releases,

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif()
5454

5555
set(OpenVDB_MAJOR_VERSION 11)
5656
set(OpenVDB_MINOR_VERSION 0)
57-
set(OpenVDB_PATCH_VERSION 0)
57+
set(OpenVDB_PATCH_VERSION 1)
5858
set(OpenVDB_VERSION "${OpenVDB_MAJOR_VERSION}.${OpenVDB_MINOR_VERSION}.${OpenVDB_PATCH_VERSION}")
5959

6060
project(OpenVDB LANGUAGES CXX VERSION ${OpenVDB_VERSION})

0 commit comments

Comments
 (0)