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.
1 parent 41bb127 commit 3016b54Copy full SHA for 3016b54
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