From 603e5f029e3e7354cf97def3f871b138f33c7e93 Mon Sep 17 00:00:00 2001 From: TinyO Date: Tue, 27 Aug 2019 10:36:40 +0800 Subject: [PATCH] chore(*): update things to 2.4.2. --- 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 0efa3b2..9793fa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.0) -project(mynteye VERSION 2.4.1 LANGUAGES C CXX) +project(mynteye VERSION 2.4.2 LANGUAGES C CXX) include(cmake/Common.cmake) diff --git a/README.md b/README.md index 8a26c13..38efe91 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.1-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) +[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.4.2-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK) ## Overview diff --git a/docs/conf.py b/docs/conf.py index 48b2935..412e2a8 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.1' +version = '2.4.2' # The full version, including alpha/beta/rc tags release = version