Prepares version 0.4.0 with new versioning mechanism

This commit is contained in:
Raul Ochoa 2014-08-25 12:00:45 +02:00
parent 5b0a7bf9ad
commit 7840e7c50b
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,6 +1,7 @@
0.4.0 (2014-mm-dd)
------------------
Added CDB_Math_Mode function
Changes in versioning: no revision is attached so it no longer uses `git describe` for the version.
0.3.6 (2014-08-11)
------------------