diff --git a/pgsql/Makefile.in b/pgsql/Makefile.in index 215e9fcd..5366e61a 100644 --- a/pgsql/Makefile.in +++ b/pgsql/Makefile.in @@ -15,7 +15,7 @@ EXTENSION = pointcloud EXTVERSION=$(shell cat ../Version.config) EXTVERSION_MAJOR=$(shell cut -d. -f1,2 ../Version.config) MODULE_big = $(EXTENSION)-$(EXTVERSION_MAJOR) -UPGRADABLE = 1.0 1.0.1 +UPGRADABLE = 1.1.0 1.1.1 UPGRADES = \ $(shell echo $(UPGRADABLE) | \