mirror of
https://github.com/corda/corda.git
synced 2025-02-04 18:22:29 +00:00
RELEASE - Post release candidate cleanup
This commit is contained in:
parent
cd9b682943
commit
c834162cd4
@ -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")
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user