mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
RELEASE - Version 4 final changes
This commit is contained in:
parent
fd1f3f7e97
commit
503a2fff77
@ -4,7 +4,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "4.0-RC07"
|
||||
ext.corda_release_version = "4.0"
|
||||
ext.corda_platform_version = constants.getProperty("platformVersion")
|
||||
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
|
||||
|
||||
|
@ -11,5 +11,9 @@
|
||||
"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.0": "V3.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/releases/release-V4.0": "V4.0",
|
||||
"https://docs.corda.net/head/": "Master"
|
||||
}
|
||||
|
@ -60,11 +60,11 @@ author = u'R3 DLG'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = 'Master'
|
||||
version = 'V4.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = 'Master'
|
||||
release = 'V4.0'
|
||||
# The version for use in the dropdown html.
|
||||
html_context = {'version': 'Master'}
|
||||
html_context = {'version': 'V4.0'}
|
||||
|
||||
# Properties.
|
||||
kotlin_version = '1.2.71'
|
||||
|
Loading…
Reference in New Issue
Block a user