From ed4faa60e838267c810a88f28743b5bdc885a6d4 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Wed, 11 Sep 2013 23:52:59 +0200 Subject: [PATCH] Bumped version number. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b437ce3..6466eff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Libtess2 ======== -Version 1.0 +Version 1.0.1 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. @@ -14,4 +14,4 @@ http://oss.sgi.com/projects/FreeB/ Mikko Mononen -memon@inside.org \ No newline at end of file +memon@inside.org