Skip to content

Commit 6ee39e2

Browse files
committed
bumped version to v1.0
1 parent 59c32c7 commit 6ee39e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#===============================================================================
2-
# Copyright 2016-2018 Intel Corporation
2+
# Copyright 2016-2019 Intel Corporation
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ endif()
4444

4545
set(PROJECT_NAME "Intel(R) MKL-DNN")
4646
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
47-
set(PROJECT_VERSION "0.95.0")
47+
set(PROJECT_VERSION "1.0.0")
4848

4949
set(LIB_NAME mkldnn)
5050

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
2-
![v0.95 beta](https://img.shields.io/badge/v0.90-beta-orange.svg)
2+
![v1.0 gold](https://img.shields.io/badge/v1.0-gold-green.svg)
33

44
> **Note**
55
>

0 commit comments

Comments
 (0)