Release 3.4.2

This commit is contained in:
David G Yu 2020-04-01 15:59:30 -07:00
parent f59eb46942
commit 0ca74b2e8e
2 changed files with 6 additions and 5 deletions

View File

@ -34,10 +34,10 @@
Release 3.4 Release 3.4
~~~~~~~~~~~ ~~~~~~~~~~~
Release 3.4.1 - Mar 2020 Release 3.4.2 - Apr 2020
======================== ========================
Release 3.4.1 is a minor release including bug fixes and configuration improvements Release 3.4.2 is a minor release including bug fixes and configuration improvements
**Changes** **Changes**
- GLEW is no longer required by default (GitHub #1183 #1184) - GLEW is no longer required by default (GitHub #1183 #1184)
@ -58,6 +58,7 @@ Release 3.4.1 is a minor release including bug fixes and configuration improveme
**Bug Fixes** **Bug Fixes**
- Fixed selective boundary interpolation for case Sdc::Options::VTX_BOUNDARY_NONE (GitHub #1170 #1171) - Fixed selective boundary interpolation for case Sdc::Options::VTX_BOUNDARY_NONE (GitHub #1170 #1171)
- Fixed static library linking to address missing symbols (GitHub #1192)
Release 3.4.0 - Jun 2019 Release 3.4.0 - Jun 2019
======================== ========================

View File

@ -25,13 +25,13 @@
#ifndef OPENSUBDIV3_VERSION_H #ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H #define OPENSUBDIV3_VERSION_H
#define OPENSUBDIV_VERSION v3_4_1 #define OPENSUBDIV_VERSION v3_4_2
#define OPENSUBDIV_VERSION_NUMBER 30401 #define OPENSUBDIV_VERSION_NUMBER 30402
#define OPENSUBDIV_VERSION_MAJOR 3 #define OPENSUBDIV_VERSION_MAJOR 3
#define OPENSUBDIV_VERSION_MINOR 4 #define OPENSUBDIV_VERSION_MINOR 4
#define OPENSUBDIV_VERSION_PATCH 1 #define OPENSUBDIV_VERSION_PATCH 2
namespace OpenSubdiv { namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION { namespace OPENSUBDIV_VERSION {