We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b535f commit 94d2f7fCopy full SHA for 94d2f7f
CMakeLists.txt
@@ -4,7 +4,7 @@
4
project(tinyobjloader)
5
cmake_minimum_required(VERSION 2.8.11)
6
set(TINYOBJLOADER_SOVERSION 2)
7
-set(TINYOBJLOADER_VERSION 2.0.0-rc.7)
+set(TINYOBJLOADER_VERSION 2.0.0-rc.8)
8
9
#optional double precision support
10
option(TINYOBJLOADER_USE_DOUBLE "Build library with double precision instead of single (float)" OFF)
python/setup.py
@@ -82,7 +82,7 @@ def __str__(self):
82
83
setuptools.setup(
84
name="tinyobjloader",
85
- version="2.0.0rc7",
+ version="2.0.0rc8",
86
description="Tiny but powerful Wavefront OBJ loader",
87
long_description=long_description,
88
long_description_content_type="text/markdown",
0 commit comments