Bumped version number

This commit is contained in:
Mikko Mononen 2019-09-26 21:33:40 +03:00 committed by GitHub
parent 882e5e9295
commit fc52516467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Libtess2
========
Version 1.0.1
Version 1.0.2
This is refactored version of the original libtess which comes with the GLU reference implementation. The code is good quality polygon tesselator and triangulator. The original code comes with rather horrible interface and its' performance suffers from lots of small memory allocations. The main point of the refactoring has been the interface and memory allocation scheme.