You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/03/06 06:50:14 UTC

incubator-toree git commit: [TOREE-468] Fix typo on base version

Repository: incubator-toree
Updated Branches:
  refs/heads/master 42be8a025 -> c064a0d97


[TOREE-468] Fix typo on base version


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/c064a0d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/c064a0d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/c064a0d9

Branch: refs/heads/master
Commit: c064a0d97cb52645cab6f43f874659b0dc1020e9
Parents: 42be8a0
Author: Luciano Resende <lr...@apache.org>
Authored: Mon Mar 5 22:49:42 2018 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Mon Mar 5 22:49:42 2018 -0800

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c064a0d9/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f60b0b4..6fec64f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 .PHONY: help clean clean-dist build dev test system-test test-travis release pip-release bin-release dev-binder .binder-image audit audit-licenses
 
-BASE_VERSION?=0.3.0-dev1
+BASE_VERSION?=0.3.0.dev1
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))