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 @@ -32,7 +32,7 @@ DATA_built = $(RELEASE_SQL) \
32
32
pg_sphere--1.2.2--1.2.3.sql \
33
33
pg_sphere--1.2.3--1.3.0.sql \
34
34
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
36
36
37
37
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
38
38
TESTS = tables points euler circle line ellipse poly path box \
@@ -194,14 +194,14 @@ pg_sphere--1.3.0--1.3.1.sql:
194
194
cat upgrade_scripts/$@ .in > $@
195
195
196
196
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
198
198
endif
199
199
ifneq ($(USE_HEALPIX ) ,0)
200
200
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
202
202
endif
203
203
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
205
205
cat upgrade_scripts/$@ .in $^ > $@
206
206
207
207
# 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