diff --git a/CMakeLists.txt b/CMakeLists.txt index 2155a088506..4dc580c4e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() set(PROJECT_NAME "Intel(R) MKL-DNN") set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)") -set(PROJECT_VERSION "0.9") +set(PROJECT_VERSION "0.10") set(LIB_NAME mkldnn) diff --git a/README.md b/README.md index ae88a4d7d5e..3090785826f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) -![v0.9 beta](https://img.shields.io/badge/v0.9-beta-orange.svg) +![v0.10 beta](https://img.shields.io/badge/v0.10-beta-orange.svg) Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an open source performance library for Deep Learning (DL) applications intended diff --git a/scripts/prepare_mkl.sh b/scripts/prepare_mkl.sh index f27a03e628e..781bedd0a4a 100755 --- a/scripts/prepare_mkl.sh +++ b/scripts/prepare_mkl.sh @@ -15,7 +15,7 @@ # limitations under the License. #=============================================================================== -MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.9/mklml_lnx_2018.0.20170425.tgz" +MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.10/mklml_lnx_2018.0.20170720.tgz" DST=`dirname $0`/../external DST=`readlink -f $DST`