Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38eca0a

Browse files
committed
Adjust release version 1.3.2 to 1.4.0
1 parentc366792 commit38eca0a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎Makefile

Lines changed: 4 additions & 4 deletions
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

‎Makefile.common.mk

Lines changed: 1 addition & 1 deletion
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

‎expected/init.out

Lines changed: 1 addition & 1 deletion
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

‎pg_sphere.control

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp