From: =?utf-8?q?Timo_R=C3=B6hling?= <timo.roehling@fkie.fraunhofer.de>
Date: Fri, 13 Mar 2020 21:22:12 +0100
Subject: Fix version number

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1ae433..7ab8385 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,8 +3,8 @@
 #on the platform and configuration it is set to build in.
 project(tinyobjloader)
 cmake_minimum_required(VERSION 3.2)
-set(TINYOBJLOADER_SOVERSION 2)
-set(TINYOBJLOADER_VERSION 2.0.0-rc.10)
+set(TINYOBJLOADER_SOVERSION 2rc10)
+set(TINYOBJLOADER_VERSION 2rc10)
 
 #optional double precision support
 option(TINYOBJLOADER_USE_DOUBLE "Build library with double precision instead of single (float)" OFF)
