Skip to content

Commit 38eca0a

Browse files
committed
Adjust release version 1.3.2 to 1.4.0
1 parent c366792 commit 38eca0a

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
@@ -30,7 +30,7 @@ DATA_built = $(RELEASE_SQL) \
3030
pg_sphere--1.2.2--1.2.3.sql \
3131
pg_sphere--1.2.3--1.3.0.sql \
3232
pg_sphere--1.3.0--1.3.1.sql \
33-
pg_sphere--1.3.1--1.3.2.sql
33+
pg_sphere--1.3.1--1.4.0.sql
3434

3535
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
3636
TESTS = tables points euler circle line ellipse poly path box \
@@ -192,14 +192,14 @@ pg_sphere--1.3.0--1.3.1.sql:
192192
cat upgrade_scripts/$@.in > $@
193193

194194
ifeq ($(has_support_functions),y)
195-
pg_sphere--1.3.1--1.3.2.sql: pgs_gist_support.sql.in
195+
pg_sphere--1.3.1--1.4.0.sql: pgs_gist_support.sql.in
196196
endif
197197
ifneq ($(USE_HEALPIX),0)
198198
ifeq ($(has_index_options),y)
199-
pg_sphere--1.3.1--1.3.2.sql: pgs_moc_options.sql.in
199+
pg_sphere--1.3.1--1.4.0.sql: pgs_moc_options.sql.in
200200
endif
201201
endif
202-
pg_sphere--1.3.1--1.3.2.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
202+
pg_sphere--1.3.1--1.4.0.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
203203
cat upgrade_scripts/$@.in $^ > $@
204204

205205
# 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)