From 8391182b7911eec8084cee99a1cc67a678ef109e Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 24 Sep 2015 17:43:29 +0000 Subject: [PATCH] Update pgxn file git-svn-id: http://svn.osgeo.org/postgis/trunk@14097 b70326c6-7e19-0410-871a-916f4a2858ee --- extensions/postgis/META.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/extensions/postgis/META.json b/extensions/postgis/META.json index 46a44b189..834080168 100644 --- a/extensions/postgis/META.json +++ b/extensions/postgis/META.json @@ -1,34 +1,29 @@ { "name": "postgis", - "abstract": "PostGIS 2.0 OGC/SQL-MM compliant spatial extender for PostgreSQL", + "abstract": "PostGIS 2.2 OGC/SQL-MM compliant spatial extender for PostgreSQL", "description": "This module provides GIS geometry, geography, raster types, functions, and tables", - "version": "2.0.0a1", - "release_status": "unstable", + "version": "2.2.0", + "release_status": "stable", "maintainer": "PostGIS Steering Committee", "license": "gpl_2", "provides": { "postgis": { "abstract": "PostGIS GIS types, indexes and functions", - "version": "2.0.0", + "version": "2.2.0", "file": "sql/postgis.sql", "docfile": "doc/postgis.md" }, "spatial_ref_sys": { "file": "sql/spatial_ref_sys.sql", - "version": "2.0.0", + "version": "2.2.0", "abstract": "Directory of spatial reference systems needed for geometry transformation between different spatial reference systems" - }, - "raster": { - "file": "sql/rtpostgis.sql", - "version": "2.0.0", - "abstract": "Raster functions and types" } }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, - "PostgreSQL": "8.4.0" + "PostgreSQL": "9.1.0" } } }, -- 2.40.0