Skip to content

Commit d6b7155

Browse files
author
Éric Lemoine
committed
Update UPGRADABLE in pgsql/Makefile.in
1 parent ab9d356 commit d6b7155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgsql/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTENSION = pointcloud
1515
EXTVERSION=$(shell cat ../Version.config)
1616
EXTVERSION_MAJOR=$(shell cut -d. -f1,2 ../Version.config)
1717
MODULE_big = $(EXTENSION)-$(EXTVERSION_MAJOR)
18-
UPGRADABLE = 1.0 1.0.1
18+
UPGRADABLE = 1.1.0 1.1.1
1919

2020
UPGRADES = \
2121
$(shell echo $(UPGRADABLE) | \

0 commit comments

Comments
 (0)