update M12 to M13

This commit is contained in:
Konstantinos Chalkias 2017-06-23 15:09:59 +01:00
parent 1866f6ff7f
commit ab7403fb17
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
// Our version: bump this on release.
ext.corda_release_version = "0.13-SNAPSHOT"
ext.corda_release_version = "0.13.0"
// 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
ext.corda_platform_version = 1

View File

@ -154,7 +154,7 @@ And a simple example CorDapp for you to explore basic concepts is available here
You can clone these repos to your local machine by running the command ``git clone [repo URL]``.
By default, these repos will be on the unstable ``master`` branch. You should check out the latest milestone release
instead by running ``git checkout release-M12``.
instead by running ``git checkout release-M13``.
Next steps
----------

View File

@ -2,7 +2,7 @@ Welcome to Corda !
==================
.. warningX:: This build of the docs is from the "|version|" branch, not a milestone release. It may not reflect the
current state of the code. `Read the docs for milestone release M12.1 <https://docs.corda.net/releases/release-M12.1/>`_.
current state of the code. `Read the docs for milestone release M13 <https://docs.corda.net/releases/release-M13/>`_.
`Corda <https://www.corda.net/>`_ is a blockchain-inspired open source distributed ledger platform. If youd like a
quick introduction to distributed ledgers and how Corda is different, then watch this short video: