Skip to content

Commit

Permalink
Changed version numbers to 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffMontee committed Jan 6, 2016
1 parent cd84f7b commit abc8a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
],
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tds_fdw.control
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abc8a23

Please sign in to comment.