Increase version number to 0.33.0

This commit is contained in:
Daniel García Aubert
2019-12-20 12:42:09 +01:00
parent 89c9025431
commit 5e3adba2d4
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.32.0
EXTVERSION = 0.33.0
SED = sed
AWK = awk
@@ -105,6 +105,7 @@ UPGRADABLE = \
0.30.0 \
0.31.0 \
0.32.0 \
0.33.0 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)
@@ -225,4 +226,3 @@ regress: legacy_tests
installcheck: test_extension_new test_organization
$(MAKE) -C . regress