Skip to content

Commit ede1e33

Browse files
committed
build: bumped version to v0.12
1 parent ee083b8 commit ede1e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif()
4242

4343
set(PROJECT_NAME "Intel(R) MKL-DNN")
4444
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
45-
set(PROJECT_VERSION "0.11")
45+
set(PROJECT_VERSION "0.12")
4646

4747
set(LIB_NAME mkldnn)
4848

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
22
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
3-
![v0.11 beta](https://img.shields.io/badge/v0.11-beta-orange.svg)
3+
![v0.12 beta](https://img.shields.io/badge/v0.12-beta-orange.svg)
44

55
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an
66
open source performance library for Deep Learning (DL) applications intended

scripts/prepare_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

18-
MKLURLROOT="https://github.com/01org/mkl-dnn/releases/download/v0.11/"
18+
MKLURLROOT="https://github.com/01org/mkl-dnn/releases/download/v0.12/"
1919
MKLVERSION="2018.0.1.20171227"
2020

2121
os=`uname`

0 commit comments

Comments
 (0)