Release 3.4.3

This commit is contained in:
David G Yu 2020-04-01 22:44:34 -07:00
parent fd668d6488
commit 82ab1b9f54
2 changed files with 6 additions and 5 deletions

View File

@ -34,10 +34,10 @@
Release 3.4 Release 3.4
~~~~~~~~~~~ ~~~~~~~~~~~
Release 3.4.2 - Apr 2020 Release 3.4.3 - Apr 2020
======================== ========================
Release 3.4.2 is a minor release including bug fixes and configuration improvements Release 3.4.3 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)
@ -59,6 +59,7 @@ Release 3.4.2 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) - Fixed static library linking to address missing symbols (GitHub #1192)
- Additional fixes for dynamic and static linking (GitHub #1193)
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_2 #define OPENSUBDIV_VERSION v3_4_3
#define OPENSUBDIV_VERSION_NUMBER 30402 #define OPENSUBDIV_VERSION_NUMBER 30403
#define OPENSUBDIV_VERSION_MAJOR 3 #define OPENSUBDIV_VERSION_MAJOR 3
#define OPENSUBDIV_VERSION_MINOR 4 #define OPENSUBDIV_VERSION_MINOR 4
#define OPENSUBDIV_VERSION_PATCH 2 #define OPENSUBDIV_VERSION_PATCH 3
namespace OpenSubdiv { namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION { namespace OPENSUBDIV_VERSION {