Skip to content

Commit

Permalink
Update UPGRADABLE in pgsql/Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Aug 22, 2018
1 parent ab9d356 commit d6b7155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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) | \
Expand Down

0 comments on commit d6b7155

Please sign in to comment.