Skip to content

Commit

Permalink
RELEASE - Post release candidate cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Katelyn Baker committed Oct 12, 2018
1 parent cd9b682 commit c834162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 2 additions & 0 deletions docs/source/_static/versions
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
# 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'
Expand Down

0 comments on commit c834162

Please sign in to comment.