File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DATA_built = $(RELEASE_SQL) \
30
30
pg_sphere--1.2.2--1.2.3.sql \
31
31
pg_sphere--1.2.3--1.3.0.sql \
32
32
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
34
34
35
35
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
36
36
TESTS = tables points euler circle line ellipse poly path box \
@@ -192,14 +192,14 @@ pg_sphere--1.3.0--1.3.1.sql:
192
192
cat upgrade_scripts/$@ .in > $@
193
193
194
194
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
196
196
endif
197
197
ifneq ($(USE_HEALPIX ) ,0)
198
198
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
200
200
endif
201
201
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
203
203
cat upgrade_scripts/$@ .in $^ > $@
204
204
205
205
# end of local stuff
Original file line number Diff line number Diff line change 5
5
# ----------------------------------------------------------------------------
6
6
7
7
EXTENSION := pg_sphere
8
- PGSPHERE_VERSION := 1.3.2
8
+ PGSPHERE_VERSION := 1.4.0
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere;
6
6
select pg_sphere_version();
7
7
pg_sphere_version
8
8
-------------------
9
- 1.3.2
9
+ 1.4.0
10
10
(1 row)
11
11
Original file line number Diff line number Diff line change 1
1
# pg_sphere extension
2
2
comment = 'spherical objects with useful functions, operators and index support'
3
- default_version = '1.3.2 '
3
+ default_version = '1.4.0 '
4
4
module_pathname = '$libdir/pg_sphere'
5
5
relocatable = true
File renamed without changes.
You can’t perform that action at this time.
0 commit comments