From d8d5a63d1626740c9bf68ff3807aee054cd64f14 Mon Sep 17 00:00:00 2001 From: antograssiot Date: Mon, 11 Jul 2016 12:03:00 +0200 Subject: [PATCH] add build for 3.3 now as it in BETA --- Makefile | 5 ++++- templates/cakephp/config.neon | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2e6b9ba5..693ea6cd 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DEPLOY_DIR=./website .ALL: help # Versions that can be built. -VERSIONS = 1.2 1.3 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 +VERSIONS = 1.2 1.3 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 3.3 # Versions that are actively developed / maintained. ACTIVE_VERSIONS = 2.7 2.8 3.2 @@ -194,6 +194,9 @@ TAG:=origin/master VERSION:=3.2 $(eval $(build3x)) +TAG:=origin/3.next +VERSION:=3.3 +$(eval $(build3x)) # Generate build targets for various 1.x versions TAG:=1.3.21 diff --git a/templates/cakephp/config.neon b/templates/cakephp/config.neon index 747210ae..97a8c202 100644 --- a/templates/cakephp/config.neon +++ b/templates/cakephp/config.neon @@ -54,5 +54,5 @@ templates: template: robots.txt.latte options: - versions: [3.2, 3.1, '3.0', 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0', 1.3, 1.2] - activeVersion: '3.0' + versions: [3.3, 3.2, 3.1, '3.0', 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0', 1.3, 1.2] + activeVersion: '3.2'