From 4a0e79985db6f95605e7de1ca5756e1cc8dcd496 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 31 May 2018 16:29:14 +0900 Subject: [PATCH] Bump version. --- tiny_obj_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index 4f87a9b..eae25b7 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -23,7 +23,7 @@ THE SOFTWARE. */ // -// version 1.2.0 : Hardened implementation(#xxx) +// version 1.2.0 : Hardened implementation(#175) // version 1.1.1 : Support smoothing groups(#162) // version 1.1.0 : Support parsing vertex color(#144) // version 1.0.8 : Fix parsing `g` tag just after `usemtl`(#138)