feat(*): prepare for v2.5.0 test.

This commit is contained in:
TinyO 2019-10-21 16:52:29 +08:00
parent d94f9905e7
commit fea3ac4fa9
4 changed files with 11 additions and 3 deletions

View File

@ -14,7 +14,7 @@
cmake_minimum_required(VERSION 3.0)
project(mynteye VERSION 2.4.2 LANGUAGES C CXX)
project(mynteye VERSION 2.5.0 LANGUAGES C CXX)
include(cmake/Common.cmake)

View File

@ -1,6 +1,6 @@
# 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)
[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.5.0-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK)
## Overview

View File

@ -24,7 +24,7 @@ copyright = '2019, MYNTAI'
author = 'MYNTAI'
# The short X.Y version
version = '2.4.2'
version = '2.5.0'
# The full version, including alpha/beta/rc tags
release = version

View File

@ -2,6 +2,14 @@
Change Log
==========
2019-10-21(v2.5.0)
-------------------
1. Change project directory structure.
2. Lifting dependency and improving code quality.
3. Aupport xy demo code in sample get_depth_with_region.
4. Fix some bugs.
2019-09-4(v2.4.2)
-------------------