Skip to content

Commit

Permalink
Tagging 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Apr 13, 2011
1 parent 39d06b5 commit cb2c140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoPHP.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -155,4 +155,4 @@ class geoPHP {
return new GeometryCollection($geometries);
}
}
}
}

0 comments on commit cb2c140

Please sign in to comment.