From 5e27e38f16d9e8662d738466e2d06d0b4fc94a8a Mon Sep 17 00:00:00 2001 From: okdshin Date: Tue, 16 Oct 2018 22:34:34 +0900 Subject: [PATCH] update version 1.1.0 -> 1.1.1 --- CMakeLists.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aa884e..b4b3346 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") set(MENOH_MAJOR_VERSION 1) set(MENOH_MINOR_VERSION 1) -set(MENOH_PATCH_VERSION 0) +set(MENOH_PATCH_VERSION 1) # Options option(USE_OLD_GLIBCXX_ABI "Generate binaries for the old libstdc++ ABI" OFF) diff --git a/README.md b/README.md index d449458..7370afd 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ This codebase contains C API and C++ API. - For macOS user, [Homebrew tap repository](https://github.com/pfnet-research/homebrew-menoh) is available. - For Ubuntu user, binary packages are available. ``` - $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_mkl-dnn_0.16-1_amd64.deb - $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh_1.1.0-1_amd64.deb - $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.0/ubuntu1604_menoh-dev_1.1.0-1_amd64.deb + $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.1/ubuntu1604_mkl-dnn_0.16-1_amd64.deb + $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.1/ubuntu1604_menoh_1.1.1-1_amd64.deb + $ curl -LO https://github.com/pfnet-research/menoh/releases/download/v1.1.1/ubuntu1604_menoh-dev_1.1.1-1_amd64.deb $ sudo apt install ./ubuntu1604_*_amd64.deb ``` If you are using Ubuntu 18.04, please replace `1604` with `1804`.