From cc1797fde14b2eb58ff9df7cb2f9970fa7fa6f48 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 12 Feb 2015 17:20:53 +0100 Subject: [PATCH] Allow upgrading from 1.0.1 --- pgsql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgsql/Makefile b/pgsql/Makefile index c846c31..bed7b3c 100644 --- a/pgsql/Makefile +++ b/pgsql/Makefile @@ -11,7 +11,7 @@ OBJS = \ SED = sed EXTENSION = pointcloud EXTVERSION=$(shell cat ../Version.config) -UPGRADABLE = 1.0 +UPGRADABLE = 1.0 1.0.1 UPGRADES = \ $(shell echo $(UPGRADABLE) | \