Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Nov 10, 2024
1 parent 3b29190 commit 22d2e6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release 3.0 (Nov 8, 2024) -- compared to 2.5.16.0
-----------------------------------------------------------
Release 3.0.1.0 (Dec 1?, 2024) -- compared to 3.0.0.3
-----------------------------------------------------




Release 3.0 (v3.0.0.3 - Nov 8, 2024) -- compared to 2.5.16.0
-------------------------------------------------------------
- v3.0.0.0-beta1 - Oct 15, 2024
- v3.0.0.1-beta2 - Oct 29, 2024
- v3.0.0.2-RC1 - Nov 4, 2024 (no code changes vs beta2)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required (VERSION 3.18.2)

set (OpenImageIO_VERSION "3.0.0.3")
set (OpenImageIO_VERSION "3.0.1.0")
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
"Version override (use with caution)!")
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
Expand Down

0 comments on commit 22d2e6a

Please sign in to comment.