From cb2c1402394c110fb1b6407df8e7343e06a42b2e Mon Sep 17 00:00:00 2001 From: Patrick Hayes Date: Tue, 12 Apr 2011 18:57:51 -0700 Subject: [PATCH] Tagging 0.3 release --- geoPHP.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geoPHP.inc b/geoPHP.inc index 99a4cd46..5884c248 100644 --- a/geoPHP.inc +++ b/geoPHP.inc @@ -33,7 +33,7 @@ include_once("lib/geometry/GeometryCollection.class.php"); class geoPHP { function version() { - return '0.2'; + return '0.3'; } // geoPHPLoad($data, $type, $other_args); @@ -155,4 +155,4 @@ class geoPHP { return new GeometryCollection($geometries); } } -} \ No newline at end of file +}