From abc8a2354d5b9c42241476488320a718b4e8c0e5 Mon Sep 17 00:00:00 2001 From: Geoff Montee Date: Wed, 6 Jan 2016 16:37:18 -0500 Subject: [PATCH] Changed version numbers to 1.0.7. --- META.json | 4 ++-- tds_fdw.control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index f0bc1db..eab7f6a 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": "1.0.6", + "version": "1.0.7", "maintainer": [ "Geoff Montee " ], @@ -19,7 +19,7 @@ "abstract": "TDS Foreign data wrapper", "file": "sql/tds_fdw.sql", "docfile": "README.md", - "version": "1.0.6" + "version": "1.0.7" } }, "resources": { diff --git a/tds_fdw.control b/tds_fdw.control index 3a3bb5a..e96b308 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 = '1.0.6' +default_version = '1.0.7' module_pathname = '$libdir/tds_fdw' relocatable = true