Thanks to visit codestin.com Credit goes to github.com
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 5a41a78 commit f48bd0bCopy full SHA for f48bd0b
CMakeLists.txt
@@ -4,7 +4,7 @@
4
project(tinyobjloader)
5
cmake_minimum_required(VERSION 3.2)
6
set(TINYOBJLOADER_SOVERSION 2)
7
-set(TINYOBJLOADER_VERSION 2.0.0-rc.9)
+set(TINYOBJLOADER_VERSION 2.0.0-rc.10)
8
9
#optional double precision support
10
option(TINYOBJLOADER_USE_DOUBLE "Build library with double precision instead of single (float)" OFF)
setup.py
@@ -6,7 +6,7 @@
from pybind11.setup_helpers import Pybind11Extension#, build_ext
from setuptools import setup
-__version__ = "2.0.0rc9"
+__version__ = "2.0.0rc10"
11
with open("README.md", "r", encoding="utf8") as fh:
12
long_description = fh.read()
0 commit comments