We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca47da4 commit 2b75981Copy full SHA for 2b75981
2 files changed
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.6)
+set(TINYOBJLOADER_VERSION 2.0.0-rc.7)
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.0rc6",
+ version="2.0.0rc7",
86
description="Tiny but powerful Wavefront OBJ loader",
87
long_description=long_description,
88
long_description_content_type="text/markdown",
0 commit comments