Make 0.3.0dev version upgradeable

This commit is contained in:
Raul Ochoa 2014-07-28 15:39:19 +02:00
parent eff2f8b619
commit e81a75b716
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.3.1
EXTVERSION = 0.3.2
SED = sed
@ -20,6 +20,8 @@ UPGRADABLE = \
0.2.0 \
0.2.1 \
0.3.0 \
0.3.0dev \
0.3.1 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

4
NEWS
View File

@ -1,3 +1,7 @@
0.3.2 (2014-07-28)
------------------
* Make 0.3.0dev version upgradeable
0.3.1 (2014-07-22)
------------------
* Dummy version. We start using semantic versioning