From 304a2566ce4114fb37762a761362e3ea12863c06 Mon Sep 17 00:00:00 2001 From: Thiago Crepaldi Date: Mon, 22 Apr 2019 13:40:57 -0700 Subject: [PATCH] CNTK Release - Commit 2 - Set build as public --- CNTK.Common.props | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CNTK.Common.props b/CNTK.Common.props index c4494a2e83ed..43493e97ca68 100644 --- a/CNTK.Common.props +++ b/CNTK.Common.props @@ -43,7 +43,7 @@ - false + true false $(PYTHON_WITH_DEPS) diff --git a/configure b/configure index 097b7550fd63..40ca9ca50465 100755 --- a/configure +++ b/configure @@ -21,7 +21,7 @@ enable_csharp= # cntk build version # Modify both of the following during major release default_build_version="2.6" -default_build_public="no" +default_build_public="yes" build_version=$default_build_version build_public=$default_build_public