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

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

‎Makefile‎

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

‎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
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /