Fixes 0.3.5 version:

- Version in Makefile
- Upgrade path from 0.3.4
This commit is contained in:
Raul Ochoa 2014-08-11 15:41:53 +02:00
parent a98b100182
commit 93de996acc

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.3.4
EXTVERSION = 0.3.5
SED = sed
@ -24,6 +24,7 @@ UPGRADABLE = \
0.3.1 \
0.3.2 \
0.3.3 \
0.3.4 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)