Skip to content

Commit 140b4ae

Browse files
committed
Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk into develop
2 parents 559b1e4 + c6525cc commit 140b4ae

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
cmake_minimum_required(VERSION 3.0)
1616

17-
project(mynteye VERSION 2.4.0 LANGUAGES C CXX)
17+
project(mynteye VERSION 2.4.1 LANGUAGES C CXX)
1818

1919
include(cmake/Common.cmake)
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MYNT® EYE S SDK
22

3-
[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.4.0-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK)
3+
[![](https://img.shields.io/badge/MYNT%20EYE%20S%20SDK-2.4.1-brightgreen.svg?style=flat)](https://github.com/slightech/MYNT-EYE-S-SDK)
44

55
## Overview
66

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "MYNT EYE S SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.4.0
41+
PROJECT_NUMBER = 2.4.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'MYNTAI'
2525

2626
# The short X.Y version
27-
version = '2.4.0'
27+
version = '2.4.1'
2828
# The full version, including alpha/beta/rc tags
2929
release = version
3030

docs/src/sdk/sdk_changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Change Log
44
==========
55

6+
2019-08-17(v2.4.1)
7+
-------------------
8+
9+
1. Optimize disparity calculation
10+
611
2019-08-09(v2.4.0)
712
-------------------
813

0 commit comments

Comments
 (0)