Skip to content

Commit

Permalink
Commit 1 - continued
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Crepaldi committed Apr 22, 2019
1 parent 304a256 commit 354cbff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tools/cmake/cntk_common.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CNTK_VERSION 2.6.0)
set(CNTK_VERSION 2.7.0)

# ----------------------------------------------------------------------
# UnsupportedComponentError
Expand Down Expand Up @@ -45,4 +45,4 @@ if(MSVC)
else()
UnsupportedComponentError(${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} "Windows SDK")
endif()
endif()
endif()
2 changes: 1 addition & 1 deletion bindings/java/Swig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.cntk</groupId>
<artifactId>cntk</artifactId>
<version>2.6</version>
<version>2.7</version>
<packaging>jar</packaging>

<name>Microsoft Cognitive Toolkit</name>
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enable_csharp=

# cntk build version
# Modify both of the following during major release
default_build_version="2.6"
default_build_version="2.7"
default_build_public="yes"
build_version=$default_build_version
build_public=$default_build_public
Expand Down

0 comments on commit 354cbff

Please sign in to comment.