Skip to content

Commit

Permalink
Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-s-sdk
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
TinySlik committed Aug 19, 2019
2 parents 559b1e4 + c6525cc commit 140b4ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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

Expand Down
5 changes: 5 additions & 0 deletions docs/src/sdk/sdk_changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Change Log
==========

2019-08-17(v2.4.1)
-------------------

1. Optimize disparity calculation

2019-08-09(v2.4.0)
-------------------

Expand Down

0 comments on commit 140b4ae

Please sign in to comment.