Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed May 16, 2018
1 parent ff749ec commit bf5e2cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ http://xtensor-blas.readthedocs.io/

| `xtensor-blas` | `xtensor` |
|-----------------|-----------|
| master | ^0.15.4 |
| master | ^0.16.0 |
| 0.11.0 | ^0.16.0 |
| 0.10.1 | ^0.15.4 |
| 0.10.0 | ^0.15.4 |
| 0.9.0 | ^0.15.4 |
| 0.8.x | ^0.15.0 |
| 0.7.0 | ^0.14.0 |
| 0.6.1 | ^0.13.2 |
| 0.5.0 | ^0.11.0 |
| 0.3.1 | ^0.10.2 |

## Changelog

Expand Down
4 changes: 2 additions & 2 deletions include/xtensor-blas/xblas_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define XBLAS_CONFIG_HPP

#define XTENSOR_BLAS_VERSION_MAJOR 0
#define XTENSOR_BLAS_VERSION_MINOR 10
#define XTENSOR_BLAS_VERSION_PATCH 1
#define XTENSOR_BLAS_VERSION_MINOR 11
#define XTENSOR_BLAS_VERSION_PATCH 0

#ifndef USE_CXXLAPACK
#define USE_CXXLAPACK
Expand Down

0 comments on commit bf5e2cc

Please sign in to comment.