diff --git a/META.json b/META.json index 020bdd5..571d1c1 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "tds_fdw", "abstract": "TDS Foreign data wrapper", "description": "This library contains a single PostgreSQL extension, a foreign data wrapper called \"tds_fdw\". It can be used to communicate with Microsoft SQL Server and Sybase databases.", - "version": "2.0.0-alpha.3", + "version": "2.0.1", "maintainer": [ "Geoff Montee " ], @@ -19,7 +19,7 @@ "abstract": "TDS Foreign data wrapper", "file": "sql/tds_fdw.sql", "docfile": "README.md", - "version": "2.0.0-alpha.3" + "version": "2.0.1" } }, "resources": { @@ -33,7 +33,7 @@ } }, "generated_by": "Geoff Montee", - "release_status": "unstable", + "release_status": "stable", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" diff --git a/tds_fdw.control b/tds_fdw.control index b451780..2534f19 100644 --- a/tds_fdw.control +++ b/tds_fdw.control @@ -16,6 +16,6 @@ #---------------------------------------------------------------------------- comment = 'Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)' -default_version = '2.0.0-alpha.3' +default_version = '2.0.1' module_pathname = '$libdir/tds_fdw' relocatable = true