From 55615e1a323b98dcb278ae0e2925324680933fe3 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 11 Aug 2014 16:18:02 +0200 Subject: [PATCH] Stubs next version --- Makefile | 3 ++- NEWS | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db9563c..98524ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.3.5 +EXTVERSION = 0.3.6 SED = sed @@ -25,6 +25,7 @@ UPGRADABLE = \ 0.3.2 \ 0.3.3 \ 0.3.4 \ + 0.3.5 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS b/NEWS index 0512dab..1a6fa0a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.3.6 (2014-mm-dd) +------------------ + 0.3.5 (2014-08-11) ------------------ Inverting priority of CDB_CheckQuota qmax so gies more priority to existing user quota function over parameter value.