Skip to content

Commit 0fc7bd3

Browse files
committed
doc: bumped version to 0.2
1 parent 089bc28 commit 0fc7bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8)
1818

1919
set(PROJECT_NAME "Intel(R) MKL-DNN")
2020
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
21-
set(PROJECT_VERSION, "0.1")
21+
set(PROJECT_VERSION, "0.2")
2222

2323
set(LIB_NAME mkldnn)
2424

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.1 technical preview](https://img.shields.io/badge/v0.1-technical_preview-orange.svg)
3+
![v0.2 technical preview](https://img.shields.io/badge/v0.1-technical_preview-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

0 commit comments

Comments
 (0)