We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2e59f + 3016b54 commit be25185Copy full SHA for be25185
CHANGES
@@ -1,6 +1,9 @@
1
OpenVDB Version History
2
=======================
3
4
+Version 11.0.1 - In development
5
+
6
7
Version 11.0.0 - November 1, 2023
8
9
This version introduces ABI changes relative to older major releases,
CMakeLists.txt
@@ -54,7 +54,7 @@ endif()
54
55
set(OpenVDB_MAJOR_VERSION 11)
56
set(OpenVDB_MINOR_VERSION 0)
57
-set(OpenVDB_PATCH_VERSION 0)
+set(OpenVDB_PATCH_VERSION 1)
58
set(OpenVDB_VERSION "${OpenVDB_MAJOR_VERSION}.${OpenVDB_MINOR_VERSION}.${OpenVDB_PATCH_VERSION}")
59
60
project(OpenVDB LANGUAGES CXX VERSION ${OpenVDB_VERSION})
0 commit comments