Skip to content

Commit

Permalink
Merge pull request #152 from juliogonzalez/2.0.0-alpha.2
Browse files Browse the repository at this point in the history
Version 2.0.0-alpha.2
  • Loading branch information
GeoffMontee authored Dec 24, 2017
2 parents 06b7cd1 + 79d9cc8 commit 800b7ab
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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"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": "2.0.0-alpha.1"
"version": "2.0.0-alpha.2"
}
},
"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 = '2.0.0-alpha.1'
default_version = '2.0.0-alpha.2'
module_pathname = '$libdir/tds_fdw'
relocatable = true

0 comments on commit 800b7ab

Please sign in to comment.