aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tiny_obj_loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h
index a666f33..bc69ad9 100644
--- a/tiny_obj_loader.h
+++ b/tiny_obj_loader.h
@@ -1,7 +1,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2012-2016 Syoyo Fujita and many contributors.
+Copyright (c) 2012-2017 Syoyo Fujita and many contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -23,6 +23,7 @@ THE SOFTWARE.
*/
//
+// version 1.0.7 : Support multiple tex options(#126)
// version 1.0.6 : Add TINYOBJLOADER_USE_DOUBLE option(#124)
// version 1.0.5 : Ignore `Tr` when `d` exists in MTL(#43)
// version 1.0.4 : Support multiple filenames for 'mtllib'(#112)