Skip to content

Commit 40aa4a0

Browse files
authored
version bump
1 parent 0950d03 commit 40aa4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tinyply.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* tinyply 2.3.3 (https://github.com/ddiakopoulos/tinyply)
2+
* tinyply 2.3.4 (https://github.com/ddiakopoulos/tinyply)
33
*
44
* A single-header, zero-dependency (except the C++ STL) public domain implementation
55
* of the PLY mesh file format. Requires C++11; errors are handled through exceptions.
@@ -984,4 +984,4 @@ void PlyFile::add_properties_to_element(const std::string & elementKey,
984984

985985
} // end namespace tinyply
986986

987-
#endif // end TINYPLY_IMPLEMENTATION
987+
#endif // end TINYPLY_IMPLEMENTATION

0 commit comments

Comments
 (0)