Skip to content

Commit 94e498d

Browse files
authored
Adjust release version 1.3.2 to 1.4.0 (#105)
1 parent c0f824b commit 94e498d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DATA_built = $(RELEASE_SQL) \
3232
pg_sphere--1.2.2--1.2.3.sql \
3333
pg_sphere--1.2.3--1.3.0.sql \
3434
pg_sphere--1.3.0--1.3.1.sql \
35-
pg_sphere--1.3.1--1.3.2.sql
35+
pg_sphere--1.3.1--1.4.0.sql
3636

3737
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
3838
TESTS = tables points euler circle line ellipse poly path box \
@@ -194,14 +194,14 @@ pg_sphere--1.3.0--1.3.1.sql:
194194
cat upgrade_scripts/$@.in > $@
195195

196196
ifeq ($(has_support_functions),y)
197-
pg_sphere--1.3.1--1.3.2.sql: pgs_gist_support.sql.in
197+
pg_sphere--1.3.1--1.4.0.sql: pgs_gist_support.sql.in
198198
endif
199199
ifneq ($(USE_HEALPIX),0)
200200
ifeq ($(has_index_options),y)
201-
pg_sphere--1.3.1--1.3.2.sql: pgs_moc_options.sql.in
201+
pg_sphere--1.3.1--1.4.0.sql: pgs_moc_options.sql.in
202202
endif
203203
endif
204-
pg_sphere--1.3.1--1.3.2.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
204+
pg_sphere--1.3.1--1.4.0.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
205205
cat upgrade_scripts/$@.in $^ > $@
206206

207207
# end of local stuff

Diff for: Makefile.common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#----------------------------------------------------------------------------
66

77
EXTENSION := pg_sphere
8-
PGSPHERE_VERSION := 1.3.2
8+
PGSPHERE_VERSION := 1.4.0

Diff for: expected/init.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere;
66
select pg_sphere_version();
77
pg_sphere_version
88
-------------------
9-
1.3.2
9+
1.4.0
1010
(1 row)
1111

Diff for: pg_sphere.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_sphere extension
22
comment = 'spherical objects with useful functions, operators and index support'
3-
default_version = '1.3.2'
3+
default_version = '1.4.0'
44
module_pathname = '$libdir/pg_sphere'
55
relocatable = true

0 commit comments

Comments
 (0)