Skip to content

Commit

Permalink
FAB-4519 prepare for rc2 development
Browse files Browse the repository at this point in the history
Change-Id: I86f582fd2308bfcd58cd104ae0da92e46677361b
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 23, 2017
1 parent b17afeb commit 23adb16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.0-rc1
PREV_VERSION = 1.0.0-beta
IS_RELEASE = true
BASE_VERSION = 1.0.0-rc2
PREV_VERSION = 1.0.0-rc1
IS_RELEASE = false

ifneq ($(IS_RELEASE),true)
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We offer two initial tutorials to get you started with Hyperledger Fabric.
The first is oriented to the Hyperledger Fabric **application developer**,
:doc:`write_first_app`. It takes you through the process of writing your first
blockchain application for Hyperledger Fabric using the Hyperledger Fabric's
`Node.js SDK <https://github.com/hyperledger/fabric-sdk-java>`__.
`Node.js SDK <https://github.com/hyperledger/fabric-sdk-node>`__.

The second tutorial is oriented towards the Hyperledger Fabric network
operators, :doc:`build_network`. This one walks you through the process of
Expand Down

0 comments on commit 23adb16

Please sign in to comment.