Prepares version 0.4.0 with new versioning mechanism
This commit is contained in:
parent
5b0a7bf9ad
commit
7840e7c50b
3
Makefile
3
Makefile
@ -1,7 +1,7 @@
|
|||||||
# cartodb/Makefile
|
# cartodb/Makefile
|
||||||
|
|
||||||
EXTENSION = cartodb
|
EXTENSION = cartodb
|
||||||
EXTVERSION = 0.3.6
|
EXTVERSION = 0.4.0
|
||||||
|
|
||||||
SED = sed
|
SED = sed
|
||||||
|
|
||||||
@ -26,6 +26,7 @@ UPGRADABLE = \
|
|||||||
0.3.3 \
|
0.3.3 \
|
||||||
0.3.4 \
|
0.3.4 \
|
||||||
0.3.5 \
|
0.3.5 \
|
||||||
|
0.3.6 \
|
||||||
$(EXTVERSION)dev \
|
$(EXTVERSION)dev \
|
||||||
$(EXTVERSION)next \
|
$(EXTVERSION)next \
|
||||||
$(END)
|
$(END)
|
||||||
|
1
NEWS.md
1
NEWS.md
@ -1,6 +1,7 @@
|
|||||||
0.4.0 (2014-mm-dd)
|
0.4.0 (2014-mm-dd)
|
||||||
------------------
|
------------------
|
||||||
Added CDB_Math_Mode function
|
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)
|
0.3.6 (2014-08-11)
|
||||||
------------------
|
------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user