Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiakopoulos authored Feb 5, 2022
1 parent 0950d03 commit 40aa4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tinyply.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* tinyply 2.3.3 (https://github.com/ddiakopoulos/tinyply)
* tinyply 2.3.4 (https://github.com/ddiakopoulos/tinyply)
*
* A single-header, zero-dependency (except the C++ STL) public domain implementation
* of the PLY mesh file format. Requires C++11; errors are handled through exceptions.
Expand Down Expand Up @@ -984,4 +984,4 @@ void PlyFile::add_properties_to_element(const std::string & elementKey,

} // end namespace tinyply

#endif // end TINYPLY_IMPLEMENTATION
#endif // end TINYPLY_IMPLEMENTATION

0 comments on commit 40aa4a0

Please sign in to comment.