Skip to content

Commit

Permalink
bumped version to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tprimak committed Jun 25, 2019
1 parent 59c32c7 commit 6ee39e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#===============================================================================
# Copyright 2016-2018 Intel Corporation
# Copyright 2016-2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -44,7 +44,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.95.0")
set(PROJECT_VERSION "1.0.0")

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,5 +1,5 @@
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
![v0.95 beta](https://img.shields.io/badge/v0.90-beta-orange.svg)
![v1.0 gold](https://img.shields.io/badge/v1.0-gold-green.svg)

> **Note**
>
Expand Down

0 comments on commit 6ee39e2

Please sign in to comment.