Release 3.3.3

This commit is contained in:
David G Yu 2018-07-17 19:17:49 -07:00
parent dd9c94e391
commit 3b5c3d99d2
2 changed files with 13 additions and 3 deletions

View File

@ -31,6 +31,16 @@
----
Release 3.3.3
=============
Release 3.3.3 is bug-fix release addressing regressions from release 3.3.2
**Bug Fixes**
- Fixed a regression in PatchTable construction with varying patches (GitHub Issue #976)
- Fixed a regression in PatchTable construction for face-varying patches (GitHub Issue #972)
- Fixed a bug in the initialization of Far::SourcePatch (GitHub Issue #971)
Release 3.3.2
=============

View File

@ -25,13 +25,13 @@
#ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H
#define OPENSUBDIV_VERSION v3_3_2
#define OPENSUBDIV_VERSION v3_3_3
#define OPENSUBDIV_VERSION_NUMBER 30302
#define OPENSUBDIV_VERSION_NUMBER 30303
#define OPENSUBDIV_VERSION_MAJOR 3
#define OPENSUBDIV_VERSION_MINOR 3
#define OPENSUBDIV_VERSION_PATCH 2
#define OPENSUBDIV_VERSION_PATCH 3
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {