Skip to content

Commit

Permalink
Prepare for alpha3 development
Browse files Browse the repository at this point in the history
Change-Id: I7b89aa73e448054c6af7a7811d678d3145094e0e
Signed-off-by: Gregory Haskins <[email protected]>
  • Loading branch information
ghaskins committed May 12, 2017
1 parent 97ca16c commit 52c503b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# - clean - cleans the build area

PROJECT_NAME = fabric-ca
BASE_VERSION = 1.0.0-alpha2
IS_RELEASE = true
BASE_VERSION = 1.0.0-alpha3
IS_RELEASE = false

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

0 comments on commit 52c503b

Please sign in to comment.