Skip to content

Commit

Permalink
Bump development head to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 29, 2025
1 parent 0adf429 commit 065723b
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.6.1",
"version": "1.7.0",
"maintainer": [
"Paul Ramsey <pramsey@cleverelephant.ca>"
],
Expand All @@ -21,9 +21,9 @@
},
"provides": {
"http": {
"file": "http--1.6.sql",
"file": "http--1.7.sql",
"docfile": "README.md",
"version": "1.6.1",
"version": "1.7.0",
"abstract": "HTTP client for PostgreSQL"
}
},
Expand Down
Empty file added http--1.6--1.7.sql
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion http.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
***********************************************************************/

/* Constants */
#define HTTP_VERSION "1.6.1"
#define HTTP_VERSION "1.7"
#define HTTP_ENCODING "gzip"
#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */

Expand Down
2 changes: 1 addition & 1 deletion http.control
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_version = '1.6'
default_version = '1.7'
module_pathname = '$libdir/http'
comment = 'HTTP client for PostgreSQL, allows web page retrieval inside the database.'

0 comments on commit 065723b

Please # to comment.