Skip to content

Commit 354cbff

Browse files
author
Thiago Crepaldi
committed
Commit 1 - continued
1 parent 304a256 commit 354cbff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tools/cmake/cntk_common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CNTK_VERSION 2.6.0)
1+
set(CNTK_VERSION 2.7.0)
22

33
# ----------------------------------------------------------------------
44
# UnsupportedComponentError
@@ -45,4 +45,4 @@ if(MSVC)
4545
else()
4646
UnsupportedComponentError(${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} "Windows SDK")
4747
endif()
48-
endif()
48+
endif()

bindings/java/Swig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.cntk</groupId>
88
<artifactId>cntk</artifactId>
9-
<version>2.6</version>
9+
<version>2.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Microsoft Cognitive Toolkit</name>

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enable_csharp=
2020

2121
# cntk build version
2222
# Modify both of the following during major release
23-
default_build_version="2.6"
23+
default_build_version="2.7"
2424
default_build_public="yes"
2525
build_version=$default_build_version
2626
build_public=$default_build_public

0 commit comments

Comments
 (0)