Skip to content

Commit 36db9b9

Browse files
committed
Fix upgrade script generation from 1.5.1 to 1.5.2
1 parent 5457452 commit 36db9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ DATA_built = $(RELEASE_SQL) \
3636
pg_sphere--1.4.0--1.4.1.sql \
3737
pg_sphere--1.4.1--1.4.2.sql \
3838
pg_sphere--1.4.2--1.5.0.sql \
39-
pg_sphere--1.5.0--1.5.1.sql
39+
pg_sphere--1.5.0--1.5.1.sql \
40+
pg_sphere--1.5.1--1.5.2.sql
4041

4142
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
4243
TESTS = version tables points euler circle line ellipse poly path box \

0 commit comments

Comments
 (0)