Release 3.1.1

This commit is contained in:
David G Yu 2017-01-06 18:38:49 -08:00
parent ee5ad78e64
commit df0ac0c34f
2 changed files with 13 additions and 3 deletions

View File

@ -31,6 +31,16 @@
----
Release 3.1.1
=============
Release 3.1.1 is a minor bug-fix release.
**Bug Fixes**
- Fixed a bug with non-manifold face-varying topology causing a crash during patch table creation
- Fixed GLEW compilation and linking with dynamic GLEW libraries on Windows
- Fixed GLFW linking with GLFW 3.2 on X11 platforms
Release 3.1.0
=============

View File

@ -25,13 +25,13 @@
#ifndef OPENSUBDIV3_VERSION_H
#define OPENSUBDIV3_VERSION_H
#define OPENSUBDIV_VERSION v3_1_0
#define OPENSUBDIV_VERSION v3_1_1
#define OPENSUBDIV_VERSION_NUMBER 30100
#define OPENSUBDIV_VERSION_NUMBER 30101
#define OPENSUBDIV_VERSION_MAJOR 3
#define OPENSUBDIV_VERSION_MINOR 1
#define OPENSUBDIV_VERSION_PATCH 0
#define OPENSUBDIV_VERSION_PATCH 1
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {