From 75aff0cfe60dd398ef0617c59de5157fa91554d4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 29 Aug 2024 20:19:56 +0200 Subject: [PATCH] Update build_code_changes_33.sh for 3.3.13 release --- bin/build_code_changes_33.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_code_changes_33.sh b/bin/build_code_changes_33.sh index 37e67c5..6322dd4 100755 --- a/bin/build_code_changes_33.sh +++ b/bin/build_code_changes_33.sh @@ -3,8 +3,8 @@ mode="side-by-side" basedir=`cd $(dirname "$BASH_SOURCE"); cd ..; pwd` outdir=`cd "$basedir"; cd ./web/code-changes/; pwd` datadir=`cd "$basedir"; cd ./data/code-changes/; pwd` -latest="3.3.12" -releases="3.3.0-b1 3.3.0-b2 3.3.0-RC1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.3.10 3.3.11" +latest="3.3.13" +releases="3.3.0-b1 3.3.0-b2 3.3.0-RC1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.3.10 3.3.11 3.3.12" # Set up the file structure if [ ! -d "$datadir/repo" ];