- changed the namespace version
- updated release notes
This commit is contained in:
Takahito Tejima 2015-06-11 18:30:55 -07:00
parent 78cc500de0
commit bb1fa6a9ee
2 changed files with 30 additions and 1 deletions

View File

@ -338,6 +338,35 @@ allow.
----
RC2 Release Notes
==================
Release Candidate 2 includes following bug fixes and updates.
* Documentation updates
* API fixes
* Fixed a LimitStencilTableFactory bug, which returns an invalid table
* PatchParam encoding changed to support refinement levels up to 10
* Build issue fixes
* Added Xinerama link dependency
* Fixed MSVC 32bit build problem
* Fixed minor cmake issues
* Examples/Tutorials fixes and updates
* Fixed glViewer/farViewer stability bugs
* far_tutorial_3 updates for the multiple face-varying channels
* maya example plugin interpolates a UV channel and a vertex color channel
RC1 Release Notes
==================

View File

@ -25,7 +25,7 @@
#ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H
#define OPENSUBDIV_VERSION v3_0_0_RC1
#define OPENSUBDIV_VERSION v3_0_0_RC2
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {