Skip to content

Commit

Permalink
changed from 1.3 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbussmann committed Oct 27, 2016
1 parent 2fd6bfa commit 898dd0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "http",
"abstract": "HTTP client for PostgreSQL",
"description": "HTTP allows you to get the content of a web page in a SQL function call.",
"version": "1.3",
"version": "1.2",
"maintainer": [
"Paul Ramsey <[email protected]>"
],
Expand All @@ -21,9 +21,9 @@
},
"provides": {
"http": {
"file": "http--1.3.sql",
"file": "http--1.2.sql",
"docfile": "README.md",
"version": "1.3",
"version": "1.2",
"abstract": "HTTP client for PostgreSQL"
},
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MODULE_big = http
OBJS = http.o
EXTENSION = http
DATA = http--1.3.sql http--1.1.sql http--1.0--1.1.sql
DATA = http--1.2.sql http--1.1--1.2.sql http--1.0--1.1.sql
REGRESS = http
EXTRA_CLEAN =

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion http.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default_version = '1.3'
default_version = '1.2'
module_pathname = '$libdir/http'
relocatable = true
comment = 'HTTP client for PostgreSQL, allows web page retrieval inside the database.'

0 comments on commit 898dd0a

Please sign in to comment.