From be9f36584d30cf82f98faad9514a94d759438266 Mon Sep 17 00:00:00 2001 From: Geoff Montee Date: Tue, 3 Dec 2019 02:47:47 +0000 Subject: [PATCH] Change version number to 2.0.1 and changed release status to stable. --- META.json | 6 +++--- tds_fdw.control | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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