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" ];
diff --git a/data/code-changes/template/33_nav.html b/data/code-changes/template/33_nav.html
index 8c81334..d841ffb 100644
--- a/data/code-changes/template/33_nav.html
+++ b/data/code-changes/template/33_nav.html
@@ -1,18 +1,19 @@
diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php
index 35a57ef..d2c3797 100644
--- a/src/Controller/DefaultController.php
+++ b/src/Controller/DefaultController.php
@@ -114,7 +114,7 @@ public function docsRedirectAction($path): RedirectResponse
public function downloadsAction(): Response
{
// Make this false when the most recent release is not an RC/Alpha/Beta
- $latestDevelopment = true;
+ $latestDevelopment = false;
$previousVersions = ['3.3.12', '3.3.11', '3.3.10', '3.3.9', '3.3.8', '3.3.7', '3.3.6', '3.3.5', '3.3.4', '3.3.3', '3.3.2', '3.3.1', '3.3.0', '3.2.10', '3.2.9', '3.2.8', '3.2.7', '3.2.6', '3.2.5', '3.2.4', '3.2.3', '3.2.2', '3.2.1', '3.2.0', '3.1.12', '3.1.11', '3.1.10', '3.1.9', '3.1.8', '3.1.7-pl1', '3.1.6', '3.1.5', '3.1.4', '3.1.3', '3.1.2', '3.1.1', '3.1.0'];
$currentVersion = '3.3.13-RC1';
diff --git a/web/code-changes/index.php b/web/code-changes/index.php
index 67a2092..a88a31e 100644
--- a/web/code-changes/index.php
+++ b/web/code-changes/index.php
@@ -1,2 +1,2 @@