From 8446083bf4762db891fb15c96b887ef32f1488dc Mon Sep 17 00:00:00 2001 From: John Zhao Date: Fri, 19 Apr 2019 14:38:57 +0800 Subject: [PATCH] chore(*): update version --- CMakeLists.txt | 2 +- README.md | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9c1c3d..59d47aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.0) -project(mynteye VERSION 2.3.6 LANGUAGES C CXX) +project(mynteye VERSION 2.3.7 LANGUAGES C CXX) include(cmake/Common.cmake) diff --git a/README.md b/README.md index f1e4585..c789396 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.3.6-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) +[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.3.7-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) ## Overview diff --git a/docs/conf.py b/docs/conf.py index 8f904d3..2dcca99 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = '2018, MYNTAI' author = 'MYNTAI' # The short X.Y version -version = '2.3.6' +version = '2.3.7' # The full version, including alpha/beta/rc tags release = version