mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
M15 Release - move master version number onto 0.16
This commit is contained in:
parent
e50052aeb1
commit
89fa2eb8b6
@ -4,7 +4,7 @@ buildscript {
|
|||||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||||
|
|
||||||
// Our version: bump this on release.
|
// Our version: bump this on release.
|
||||||
ext.corda_release_version = "0.15-SNAPSHOT"
|
ext.corda_release_version = "0.16-SNAPSHOT"
|
||||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||||
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
|
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
|
||||||
ext.corda_platform_version = 1
|
ext.corda_platform_version = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user