Fix versioning by creating a 0.8.0

Fix versioning by creating a new major version since it contains new
features. Keep version 0.7.4 that should've never existed and provide an
upgrade path for the new version.
This commit is contained in:
Rafa de la Torre 2015-06-30 11:11:21 +02:00
parent 2b46a2d56f
commit 6b29c9e67d
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.7.4 EXTVERSION = 0.8.0
SED = sed SED = sed
@ -38,6 +38,7 @@ UPGRADABLE = \
0.7.1 \ 0.7.1 \
0.7.2 \ 0.7.2 \
0.7.3 \ 0.7.3 \
0.7.4 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)

View File

@ -1,4 +1,4 @@
0.7.4 (2015-06-29) 0.8.0 (2015-06-30)
------------------ ------------------
* Adds new function CDB_QueryTablesText that can deal with "schema.table_name" * Adds new function CDB_QueryTablesText that can deal with "schema.table_name"
longer than 63 chars. longer than 63 chars.
@ -7,6 +7,10 @@
- CDB_DistinctMeasure - CDB_DistinctMeasure
- CDB_EqualIntervalBins - CDB_EqualIntervalBins
0.7.4 (2015-06-29)
------------------
Dummy transitional version.
0.7.3 (2015-03-03) 0.7.3 (2015-03-03)
------------------ ------------------
* Fix upgrade of CDB_StringToDate function * Fix upgrade of CDB_StringToDate function