Skip to content

Commit d74baaa

Browse files
committed
Prepare for 8.1.1
Signed-off-by: Dan Bailey <[email protected]>
1 parent 0a177c3 commit d74baaa

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGES

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

4+
Version 8.1.1 - In development
5+
6+
7+
48
Version 8.1.0 - In development
59

610
As of this release, support for grid ABI=5 has been removed.

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 8)
5656
set(OpenVDB_MINOR_VERSION 1)
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})

doc/changes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
@page changes Release Notes
44

5+
@htmlonly <a name="v8_1_1_changes"></a>@endhtmlonly
6+
@par
7+
<B>Version 8.1.1</B> - <I>In development</I>
8+
9+
10+
511
@htmlonly <a name="v8_1_0_changes"></a>@endhtmlonly
612
@par
713
<B>Version 8.1.0</B> - <I>In development</I>

0 commit comments

Comments
 (0)