aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2017-05-24 17:22:46 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2017-05-24 17:22:46 +0900
commit47989b591faa70d7e1f1a05c68d11d5fdce30b6e (patch)
treeffa4b6ed9d660ec6c6a6215df86dea71dde9b65c
parent41acdc95bcb40194fe55b9684cbc57d45ae03f98 (diff)
downloadtinyobjloader-47989b591faa70d7e1f1a05c68d11d5fdce30b6e.tar.gz
Update copyright year and version.
-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)