Skip to content

Commit 3016b54

Browse files
committed
Post release updates
Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com>
1 parent 41bb127 commit 3016b54

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)