Skip to content

Commit

Permalink
FAB-4382 prepare for 1.0.0-rc1 development
Browse files Browse the repository at this point in the history
Change-Id: I6f27b64dff72e70875f9c871f61b042553b22405
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 8, 2017
1 parent 3dacc23 commit 56cca2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
# - clean - cleans the build area

PROJECT_NAME = fabric-ca
BASE_VERSION = 1.0.0-beta
PREV_VERSION = 1.0.0-alpha2
IS_RELEASE = true
BASE_VERSION = 1.0.0-rc1
PREV_VERSION = 1.0.0-beta
IS_RELEASE = false

ifneq ($(IS_RELEASE),true)
EXTRA_VERSION ?= snapshot-$(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit 56cca2e

Please sign in to comment.