Skip to content

Commit 3435c54

Browse files
committed
Bump version up to 1.5.2
1 parent 78a38a3 commit 3435c54

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ pg_sphere--1.4.2--1.5.0.sql:
218218
pg_sphere--1.5.0--1.5.1.sql:
219219
cat upgrade_scripts/$@.in $^ > $@
220220

221+
pg_sphere--1.5.1--1.5.2.sql:
222+
cat upgrade_scripts/$@.in $^ > $@
223+
221224
# end of local stuff
222225

223226
src/sscan.o : src/sparse.c

Makefile.common.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
#----------------------------------------------------------------------------
66

7-
EXTENSION := pg_sphere
8-
PGSPHERE_VERSION := 1.5.1
7+
EXTENSION := pg_sphere
8+
PGSPHERE_VERSION := 1.5.2

expected/version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
SELECT pg_sphere_version();
33
pg_sphere_version
44
-------------------
5-
1.5.1
5+
1.5.2
66
(1 row)
77

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.5.1'
3+
default_version = '1.5.2'
44
module_pathname = '$libdir/pg_sphere'
55
relocatable = true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Upgrade: 1.5.1 -> 1.5.2
2+
-- Nothing to do yet

0 commit comments

Comments
 (0)