File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- set (CNTK_VERSION 2.6 .0 )
1
+ set (CNTK_VERSION 2.7 .0 )
2
2
3
3
# ----------------------------------------------------------------------
4
4
# UnsupportedComponentError
@@ -45,4 +45,4 @@ if(MSVC)
45
45
else ()
46
46
UnsupportedComponentError (${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} "Windows SDK" )
47
47
endif ()
48
- endif ()
48
+ endif ()
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.microsoft.cntk</groupId >
8
8
<artifactId >cntk</artifactId >
9
- <version >2.6 </version >
9
+ <version >2.7 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Microsoft Cognitive Toolkit</name >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ enable_csharp=
20
20
21
21
# cntk build version
22
22
# Modify both of the following during major release
23
- default_build_version=" 2.6 "
23
+ default_build_version=" 2.7 "
24
24
default_build_public=" yes"
25
25
build_version=$default_build_version
26
26
build_public=$default_build_public
You can’t perform that action at this time.
0 commit comments