From 2dfa0579e988de86c245cc86ccb9092712665653 Mon Sep 17 00:00:00 2001 From: Rick Brewster Date: Fri, 22 Apr 2022 07:33:45 -0700 Subject: [PATCH] Update version to 2.33 The original source for 2.33 actually says GPC_VERSION of 2.32, with the old modification timestamp at the top. But, updating this will help avoid confusion. Consider this a "bugfix" :) --- gpc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpc.h b/gpc.h index a975b61..ace9e99 100644 --- a/gpc.h +++ b/gpc.h @@ -8,8 +8,8 @@ Project: Generic Polygon Clipper File: gpc.h Author: Alan Murta (email: gpc@cs.man.ac.uk) -Version: 2.32 -Date: 17th December 2004 +Version: 2.33 +Date: 21st May 2014 Copyright: (C) Advanced Interfaces Group, University of Manchester. @@ -46,7 +46,7 @@ Copyright: (C) Advanced Interfaces Group, #define GPC_EPSILON (DBL_EPSILON) -#define GPC_VERSION "2.32" +#define GPC_VERSION "2.33" /*