Skip to content

Commit

Permalink
Bump to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dverite committed May 25, 2020
1 parent 21a0cc0 commit fe25507
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icu_ext",
"abstract": "Extension to expose functionality from the ICU (Unicode) library",
"version": "1.6.0",
"version": "1.6.1",
"release_status": "stable",
"maintainer": "Daniel Vérité <daniel@manitou-mail.org>",
"license": "postgresql",
Expand All @@ -16,7 +16,7 @@
"provides": {
"icu_ext": {
"file": "sql/icu_ext--1.3.sql",
"version": "1.6.0",
"version": "1.6.1",
"abstract": "Extension to expose functionality from the ICU (Unicode) library"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = icu_ext
EXTVERSION = 1.6
EXTVERSION = 1.6.1

PG_CONFIG = pg_config

Expand Down
2 changes: 1 addition & 1 deletion icu_ext.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# icu_ext extension
comment = 'Access ICU functions'
default_version = '1.6'
default_version = '1.6.1'
module_pathname = '$libdir/icu_ext'
relocatable = true
2 changes: 2 additions & 0 deletions sql/icu_ext--1.6--1.6.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- complain if script is sourced in psql, rather than via CREATE/ALTER EXTENSION
\echo Use "ALTER EXTENSION icu_ext UPDATE TO '1.6.1'" to load this file. \quit

0 comments on commit fe25507

Please sign in to comment.