Skip to content

Commit 51403e8

Browse files
author
Mike Hearn
committed
Release M3
1 parent f7b2834 commit 51403e8

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848

4949
// Our version: bump this on release.
5050
group 'com.r3corda'
51-
version '0.3-SNAPSHOT'
51+
version '0.3'
5252
}
5353

5454
repositories {

docs/build/html/_sources/index.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Welcome to the Corda repository!
22
================================
33

4-
.. warning:: This build of the docs is from the *master branch*, not a milestone release. It may not reflect the
5-
current state of the code.
4+
.. note:: This docsite is for the M3 release.
65

76
This documentation describes Corda, a proposed architecture for distributed ledgers, the vision for which is outlined in the `Corda Introductory Whitepaper`_.
87

docs/build/html/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@
166166

167167
<div class="section" id="welcome-to-the-corda-repository">
168168
<h1>Welcome to the Corda repository!<a class="headerlink" href="#welcome-to-the-corda-repository" title="Permalink to this headline"></a></h1>
169-
<div class="admonition warning">
170-
<p class="first admonition-title">Warning</p>
171-
<p class="last">This build of the docs is from the <em>master branch</em>, not a milestone release. It may not reflect the
172-
current state of the code.</p>
169+
<div class="admonition note">
170+
<p class="first admonition-title">Note</p>
171+
<p class="last">This docsite is for the M3 release.</p>
173172
</div>
174173
<p>This documentation describes Corda, a proposed architecture for distributed ledgers, the vision for which is outlined in the <a class="reference external" href="_static/corda-introductory-whitepaper.pdf">Corda Introductory Whitepaper</a>.</p>
175174
<p>The goal of this prototype is to explore fundamentally better designs for distributed ledgers than what presently exists

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Welcome to the Corda repository!
22
================================
33

4-
.. warning:: This build of the docs is from the *master branch*, not a milestone release. It may not reflect the
5-
current state of the code.
4+
.. note:: This docsite is for the M3 release.
65

76
This documentation describes Corda, a proposed architecture for distributed ledgers, the vision for which is outlined in the `Corda Introductory Whitepaper`_.
87

0 commit comments

Comments
 (0)