From c6525cca3152dff921e267a3b5ac976e630e642b Mon Sep 17 00:00:00 2001 From: John Zhao Date: Sat, 17 Aug 2019 19:20:36 +0800 Subject: [PATCH] docs(*): update version --- CMakeLists.txt | 2 +- README.md | 2 +- docs/Doxyfile | 2 +- docs/conf.py | 2 +- docs/src/sdk/sdk_changelog.rst | 5 +++++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 261e566..0efa3b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.0) -project(mynteye VERSION 2.4.0 LANGUAGES C CXX) +project(mynteye VERSION 2.4.1 LANGUAGES C CXX) include(cmake/Common.cmake) diff --git a/README.md b/README.md index 4106ecf..8a26c13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MYNT® EYE S SDK -[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.4.0-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) +[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.4.1-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) ## Overview diff --git a/docs/Doxyfile b/docs/Doxyfile index 805b08e..396aec7 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "MYNT EYE S SDK" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.4.0 +PROJECT_NUMBER = 2.4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/conf.py b/docs/conf.py index a5bbe4f..48b2935 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = '2019, MYNTAI' author = 'MYNTAI' # The short X.Y version -version = '2.4.0' +version = '2.4.1' # The full version, including alpha/beta/rc tags release = version diff --git a/docs/src/sdk/sdk_changelog.rst b/docs/src/sdk/sdk_changelog.rst index 6dd1c95..648d23d 100644 --- a/docs/src/sdk/sdk_changelog.rst +++ b/docs/src/sdk/sdk_changelog.rst @@ -3,6 +3,11 @@ Change Log ========== +2019-08-17(v2.4.1) +------------------- + +1. Optimize disparity calculation + 2019-08-09(v2.4.0) -------------------