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 +}