Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyu committed Jul 20, 2023
1 parent 7b77264 commit 6c1a309
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions documentation/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@
Release 3.5
~~~~~~~~~~~

Release 3.5.1 - July 2023
=========================

Release 3.5.1 is a minor release including bug fixes and configuration improvements.

**Changes**
- Updated CMake to set fallback CMAKE_CXX_STANDARD to C++14 (GitHub #1276)
- Updated CMake with OpenGL import targets to avoid link errors (GitHub #1277)
- Updated CMake to set gpu architecture fallback only for older CUDA versions (GitHub #965 #1299)
- Updated CMake to use append for CMAKE_MODULE_PATH (GitHub #1296)
- Fixed interface includes for CMake config (GitHub #1278)
- Fixed warnings with newer and stricter use of Clang (GitHub #1275 #1289 #1290)
- Fixed potential float constant cast errors for OpenCL (GitHub #1285)
- Fixed generation of Apple Frameworks with no OSD_GPU targets enabled (GitHub #1224 #1236)
**Bug Fixes**
- Fixed Bfr::Surface construction bug for rare topological case (GitHub #1301)
- Fixed CUDA example dependencies with GLX on Linux (GitHub #1294)

Release 3.5.0 - Sep 2022
========================

Expand Down
6 changes: 3 additions & 3 deletions opensubdiv/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H

#define OPENSUBDIV_VERSION v3_5_0
#define OPENSUBDIV_VERSION v3_5_1

#define OPENSUBDIV_VERSION_NUMBER 30500
#define OPENSUBDIV_VERSION_NUMBER 30501

#define OPENSUBDIV_VERSION_MAJOR 3
#define OPENSUBDIV_VERSION_MINOR 5
#define OPENSUBDIV_VERSION_PATCH 0
#define OPENSUBDIV_VERSION_PATCH 1

namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {
Expand Down

0 comments on commit 6c1a309

Please sign in to comment.