Skip to content

Commit 557eed1

Browse files
committed
Start development of 10.0.2
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent 0b43356 commit 557eed1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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 10.0.2 - In development
5+
6+
47
Version 10.0.1 - November 30, 2022
58

69
Bug Fixes:

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 10)
5656
set(OpenVDB_MINOR_VERSION 0)
57-
set(OpenVDB_PATCH_VERSION 1)
57+
set(OpenVDB_PATCH_VERSION 2)
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
@page changes Release Notes
44

5+
@htmlonly <a name="v10_0_2_changes"></a>@endhtmlonly
6+
@par
7+
<B>Version 10.0.2</B> - <I>In development</I>
8+
9+
510
@htmlonly <a name="v10_0_1_changes"></a>@endhtmlonly
611
@par
712
<B>Version 10.0.1</B> - <I>November 30, 2022</I>

0 commit comments

Comments
 (0)