Skip to content

Commit

Permalink
doc: bumped version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Oct 10, 2016
1 parent 089bc28 commit 0fc7bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8)

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.1")
set(PROJECT_VERSION, "0.2")

set(LIB_NAME mkldnn)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.1 technical preview](https://img.shields.io/badge/v0.1-technical_preview-orange.svg)
![v0.2 technical preview](https://img.shields.io/badge/v0.1-technical_preview-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
Expand Down

0 comments on commit 0fc7bd3

Please sign in to comment.