Skip to content

Commit

Permalink
Update build_code_changes_33.sh for 3.3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 authored Aug 29, 2024
1 parent 682b82f commit 75aff0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build_code_changes_33.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 75aff0c

Please sign in to comment.