From 9b42c032479e78274889cb82708e057d3500571c Mon Sep 17 00:00:00 2001 From: Cloud User Date: Thu, 22 Oct 2015 20:17:00 -0400 Subject: [PATCH] Changed version numbers to 1.0.6. --- META.json | 4 ++-- tds_fdw.control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 931b959..f0bc1db 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.5", + "version": "1.0.6", "maintainer": [ "Geoff Montee " ], @@ -19,7 +19,7 @@ "abstract": "TDS Foreign data wrapper", "file": "sql/tds_fdw.sql", "docfile": "README.md", - "version": "1.0.5" + "version": "1.0.6" } }, "resources": { diff --git a/tds_fdw.control b/tds_fdw.control index 045700f..3a3bb5a 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.5' +default_version = '1.0.6' module_pathname = '$libdir/tds_fdw' relocatable = true