From c834162cd488784a0412bba4c9e638da89912ac2 Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Fri, 12 Oct 2018 16:19:51 +0100 Subject: [PATCH] RELEASE - Post release candidate cleanup --- build.gradle | 2 +- docs/source/_static/versions | 2 ++ docs/source/conf.py | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index af7cffaefb..dd78054ad1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { file("$projectDir/constants.properties").withInputStream { constants.load(it) } // Our version: bump this on release. - ext.corda_release_version = "3.3-corda-RC02" + ext.corda_release_version = "3.3-corda" // Increment this on any release that changes public APIs anywhere in the Corda platform ext.corda_platform_version = constants.getProperty("platformVersion") diff --git a/docs/source/_static/versions b/docs/source/_static/versions index 64ac3f6c89..c12ff7f58d 100644 --- a/docs/source/_static/versions +++ b/docs/source/_static/versions @@ -11,5 +11,7 @@ "https://docs.corda.net/releases/release-V1.0": "V1.0", "https://docs.corda.net/releases/release-V2.0": "V2.0", "https://docs.corda.net/releases/release-V3.1": "V3.1", + "https://docs.corda.net/releases/release-V3.2": "V3.2", + "https://docs.corda.net/releases/release-V3.3": "V3.3", "https://docs.corda.net/head/": "Master" } diff --git a/docs/source/conf.py b/docs/source/conf.py index 01f975ea71..d1e8f17f8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,11 +60,11 @@ author = u'R3 DLG' # built documents. # # The short X.Y version. -version = 'V3.1' +version = 'V3.3' # The full version, including alpha/beta/rc tags. -release = 'V3.1' +release = 'V3.3' # The version for use in the dropdown html. -html_context = {'version': 'V3.1'} +html_context = {'version': 'V3.3'} # Properties. kotlin_version = '1.2.51'