platform/upstream/opencv.git
7 years agofix Core_MulSpectrum test on 64bit ARM + release mode
Tomoaki Teshima [Fri, 20 May 2016 09:17:22 +0000 (18:17 +0900)]
fix Core_MulSpectrum test on 64bit ARM + release mode
  * fix issue 6536
  * increase threshold in particular tests due to the difference of fmsub and fsub

7 years agoMerge pull request #7690 from alalek:backport_arm_toolchain
Alexander Alekhin [Sun, 20 Nov 2016 11:38:01 +0000 (11:38 +0000)]
Merge pull request #7690 from alalek:backport_arm_toolchain

7 years agobackport ARM toolchain from master
Alexander Alekhin [Mon, 14 Nov 2016 15:59:18 +0000 (18:59 +0300)]
backport ARM toolchain from master

7 years agoMerge pull request #7672 from dec1:2.4
Alexander Alekhin [Tue, 15 Nov 2016 19:01:46 +0000 (19:01 +0000)]
Merge pull request #7672 from dec1:2.4

7 years agofix compiler error when building with gnu-5 toolchain (eg as currently shipped with...
Declan Moran [Mon, 14 Nov 2016 16:21:53 +0000 (17:21 +0100)]
fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio).

"ts_perf.cpp ....error: 'errno' was not declared in this scope
      int err=errno;"

7 years agoMerge pull request #7655 from alalek:backport_7213
Alexander Alekhin [Mon, 14 Nov 2016 13:42:31 +0000 (13:42 +0000)]
Merge pull request #7655 from alalek:backport_7213

7 years agoffmpeg: backport 7213
Alexander Alekhin [Fri, 11 Nov 2016 13:27:22 +0000 (16:27 +0300)]
ffmpeg: backport 7213

Commit:
  6d54abbd0fc64b23ea0b97f3c906cba219b52dc8

7 years agoMerge pull request #7529 from alalek:backport_7526
Vadim Pisarevsky [Wed, 2 Nov 2016 10:50:45 +0000 (10:50 +0000)]
Merge pull request #7529 from alalek:backport_7526

7 years agoMerge pull request #7559 from alalek:cv_xadd_24
Alexander Alekhin [Thu, 27 Oct 2016 16:00:37 +0000 (16:00 +0000)]
Merge pull request #7559 from alalek:cv_xadd_24

7 years agocore: update CV_XADD
Alexander Alekhin [Thu, 27 Oct 2016 10:22:13 +0000 (13:22 +0300)]
core: update CV_XADD

Allow to use custom implementations of CV_XADD (passed via -D of CXXFLAGS)

7 years agots: 2.4 changes
Alexander Alekhin [Thu, 20 Oct 2016 13:26:19 +0000 (16:26 +0300)]
ts: 2.4 changes

7 years agots: update run.py
Alexander Alekhin [Thu, 20 Oct 2016 11:35:34 +0000 (14:35 +0300)]
ts: update run.py

Add information about python bindings

7 years agoMerge pull request #7499 from catree:add_distortion_images_2.4
Alexander Alekhin [Mon, 17 Oct 2016 03:21:45 +0000 (03:21 +0000)]
Merge pull request #7499 from catree:add_distortion_images_2.4

7 years agoMerge pull request #7498 from catree:morphology_additional_information_2.4
Alexander Alekhin [Mon, 17 Oct 2016 03:21:26 +0000 (03:21 +0000)]
Merge pull request #7498 from catree:morphology_additional_information_2.4

7 years agoAdd example image about distortion effect.
catree [Sun, 16 Oct 2016 22:18:41 +0000 (00:18 +0200)]
Add example image about distortion effect.

7 years agoAdd images for tutorials on morphological operations to avoid possible confusion.
catree [Sun, 16 Oct 2016 22:01:08 +0000 (00:01 +0200)]
Add images for tutorials on morphological operations to avoid possible confusion.

7 years agoMerge pull request #7452 from reunanen:issue-7409-2.4
Juha Reunanen [Wed, 12 Oct 2016 07:37:07 +0000 (10:37 +0300)]
Merge pull request #7452 from reunanen:issue-7409-2.4

Fix findContours crash for very large images (v2.4)

* Cast step to size_t in order to avoid integer overflow when processing very large images

* Change assert to CV_Assert

7 years agoMerge pull request #7414 from StevenPuttemans:fix_docs_OPENNI_2.4
Vadim Pisarevsky [Thu, 6 Oct 2016 13:26:47 +0000 (13:26 +0000)]
Merge pull request #7414 from StevenPuttemans:fix_docs_OPENNI_2.4

7 years agobackport of 7361
StevenPuttemans [Thu, 6 Oct 2016 11:42:12 +0000 (13:42 +0200)]
backport of 7361

7 years agoMerge pull request #7391 from alalek:24_fix_7388
Vadim Pisarevsky [Tue, 4 Oct 2016 12:42:18 +0000 (12:42 +0000)]
Merge pull request #7391 from alalek:24_fix_7388

7 years agoMerge pull request #7379 from catree:fix_hitmiss_doc_link_2.4
Vadim Pisarevsky [Tue, 4 Oct 2016 12:15:35 +0000 (12:15 +0000)]
Merge pull request #7379 from catree:fix_hitmiss_doc_link_2.4

7 years agocmake: fix for GCC 6.x
Alexander Alekhin [Tue, 4 Oct 2016 10:30:43 +0000 (13:30 +0300)]
cmake: fix for GCC 6.x

7 years agoMerge pull request #7383 from alalek:fix_get_property
Alexander Alekhin [Sun, 2 Oct 2016 11:34:36 +0000 (11:34 +0000)]
Merge pull request #7383 from alalek:fix_get_property

7 years agovideoio: remove 'const' from getProperty
Alexander Alekhin [Sun, 2 Oct 2016 00:04:37 +0000 (03:04 +0300)]
videoio: remove 'const' from getProperty

'const' is available in OpenCV 3.x only

7 years agoFix dead link for hit or miss 2.4 documentation.
catree [Fri, 30 Sep 2016 21:56:35 +0000 (23:56 +0200)]
Fix dead link for hit or miss 2.4 documentation.

7 years agoMerge pull request #7314 from alalek:backport_7266
Vadim Pisarevsky [Thu, 22 Sep 2016 11:28:46 +0000 (11:28 +0000)]
Merge pull request #7314 from alalek:backport_7266

7 years agohighgui/osx: backport AVFoundation support
Alexander Alekhin [Mon, 19 Sep 2016 16:51:10 +0000 (19:51 +0300)]
highgui/osx: backport AVFoundation support

7 years agohighgui: clone cap_avfoundation_mac.mm from master
Alexander Alekhin [Mon, 19 Sep 2016 16:46:42 +0000 (19:46 +0300)]
highgui: clone cap_avfoundation_mac.mm from master

7 years agoOpenCV version++
Alexander Alekhin [Fri, 16 Sep 2016 11:58:07 +0000 (14:58 +0300)]
OpenCV version++

7 years agoMerge pull request #7289 from alalek:android24
Alexander Alekhin [Fri, 16 Sep 2016 15:55:39 +0000 (15:55 +0000)]
Merge pull request #7289 from alalek:android24

7 years agofix documentation
Alexander Alekhin [Fri, 16 Sep 2016 13:10:41 +0000 (16:10 +0300)]
fix documentation

7 years agoandroid: backport Android SDK build script
Alexander Alekhin [Fri, 16 Sep 2016 13:14:54 +0000 (16:14 +0300)]
android: backport Android SDK build script

7 years agoandroid: clone build_sdk.py from 3.x
Alexander Alekhin [Fri, 16 Sep 2016 13:03:35 +0000 (16:03 +0300)]
android: clone build_sdk.py from 3.x

7 years agoMerge pull request #7286 from alalek:fix_android_clang
Alexander Alekhin [Fri, 16 Sep 2016 09:56:34 +0000 (09:56 +0000)]
Merge pull request #7286 from alalek:fix_android_clang

7 years agoandroid: workaround for Android NDK-8e clang ICE
Alexander Alekhin [Wed, 14 Sep 2016 17:00:28 +0000 (20:00 +0300)]
android: workaround for Android NDK-8e clang ICE

7 years agoMerge pull request #7218 from savuor:fix2.4/copyTo
Vadim Pisarevsky [Wed, 14 Sep 2016 11:58:29 +0000 (11:58 +0000)]
Merge pull request #7218 from savuor:fix2.4/copyTo

7 years agoMerge pull request #7239 from savuor:fix2.4/ported
Alexander Alekhin [Thu, 8 Sep 2016 11:18:13 +0000 (11:18 +0000)]
Merge pull request #7239 from savuor:fix2.4/ported

7 years agofixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols...
Rostislav Vasilikhin [Mon, 5 Sep 2016 19:33:31 +0000 (22:33 +0300)]
fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)

7 years agofixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http:/...
Rostislav Vasilikhin [Mon, 5 Sep 2016 19:32:57 +0000 (22:32 +0300)]
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (code.opencv.org/issues/3428)

7 years agoadded test for http://code.opencv.org/issues/1918
Rostislav Vasilikhin [Mon, 5 Sep 2016 19:14:47 +0000 (22:14 +0300)]
added test for http://code.opencv.org/issues/1918

7 years agoadded test checking http://code.opencv.org/issues/4050
Rostislav Vasilikhin [Mon, 5 Sep 2016 18:55:17 +0000 (21:55 +0300)]
added test checking code.opencv.org/issues/4050

7 years agoMerge pull request #7242 from bkuhls:asm
Maksim Shabunin [Wed, 7 Sep 2016 09:09:29 +0000 (09:09 +0000)]
Merge pull request #7242 from bkuhls:asm

7 years agofixed optional args processing in SVD::compute()
Rostislav Vasilikhin [Tue, 6 Sep 2016 11:09:44 +0000 (14:09 +0300)]
fixed optional args processing in SVD::compute()

7 years agotypes_c.h: Fix compiling VFP assembler code
Bernd Kuhls [Tue, 6 Sep 2016 09:49:00 +0000 (11:49 +0200)]
types_c.h: Fix compiling VFP assembler code

Replace asm by __asm__ according to
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
as suggested by Arnout Vandecappelle:
http://lists.busybox.net/pipermail/buildroot/2016-September/171491.html

to fix build errors in ffmpeg with opencv2 support detected by
buildroot autobuilders:
http://autobuild.buildroot.net/results/c32/c32a21240a9933796ee850349a62ff3c2314f25c/build-end.log

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7 years agofixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801)
Rostislav Vasilikhin [Sat, 3 Sep 2016 18:58:19 +0000 (21:58 +0300)]
fixed U non-orthogonality in SVD (code.opencv.org/issues/3801)

7 years agofixed http://code.opencv.org/issues/3828
Rostislav Vasilikhin [Sat, 3 Sep 2016 18:49:54 +0000 (21:49 +0300)]
fixed http://code.opencv.org/issues/3828

7 years agofixed http://code.opencv.org/issues/4278
Rostislav Vasilikhin [Sat, 3 Sep 2016 17:28:54 +0000 (20:28 +0300)]
fixed http://code.opencv.org/issues/4278

7 years agointeger overflow fixed in getContinuousSize()
Rostislav Vasilikhin [Thu, 1 Sep 2016 22:50:54 +0000 (01:50 +0300)]
integer overflow fixed in getContinuousSize()

7 years agoMerge pull request #7206 from alalek:issue_7204
Alexander Alekhin [Thu, 1 Sep 2016 12:07:02 +0000 (12:07 +0000)]
Merge pull request #7206 from alalek:issue_7204

7 years agocalib3d: fix cornerSubPix memory error
Alexander Alekhin [Wed, 31 Aug 2016 12:18:25 +0000 (15:18 +0300)]
calib3d: fix cornerSubPix memory error

7 years agoMerge pull request #7152 from PkLab:fix_rho&phi_doc_2.4
Vadim Pisarevsky [Tue, 23 Aug 2016 20:36:39 +0000 (20:36 +0000)]
Merge pull request #7152 from PkLab:fix_rho&phi_doc_2.4

7 years agoFix rho,phi exchange. Backport to 2.4
PkLab.net [Mon, 22 Aug 2016 17:57:42 +0000 (19:57 +0200)]
Fix rho,phi exchange. Backport to 2.4

7 years agoMerge pull request #7132 from Asalle:fix-6944-template-update
Vadim Pisarevsky [Fri, 19 Aug 2016 08:13:26 +0000 (08:13 +0000)]
Merge pull request #7132 from Asalle:fix-6944-template-update

7 years agoadd reqiured includes to the "Load, Modify, and Save an Image" tutorial
Asal Mirzaieva [Thu, 18 Aug 2016 12:57:20 +0000 (15:57 +0300)]
add reqiured includes to the "Load, Modify, and Save an Image" tutorial

resolves #6944

7 years agoMerge pull request #7089 from catree:fix_cvProjectPoints2_typo_bug_2_4
Maksim Shabunin [Tue, 16 Aug 2016 09:31:35 +0000 (09:31 +0000)]
Merge pull request #7089 from catree:fix_cvProjectPoints2_typo_bug_2_4

7 years agoFix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr)...
catree [Wed, 10 Aug 2016 22:56:24 +0000 (00:56 +0200)]
Fix typo bug in the calculation of some derivatives (dmxdt, dmydt, dmxdr, dmydr) in cvProjectPoints2 function.

7 years agoMerge pull request #7015 from lewgate:bugfix_1
Vadim Pisarevsky [Mon, 8 Aug 2016 15:20:31 +0000 (15:20 +0000)]
Merge pull request #7015 from lewgate:bugfix_1

7 years agoMerge pull request #7061 from catree:add_camera_model_doc_2_4
Alexander Alekhin [Mon, 8 Aug 2016 11:47:54 +0000 (11:47 +0000)]
Merge pull request #7061 from catree:add_camera_model_doc_2_4

7 years agoMerge pull request #7065 from StevenPuttemans:fix_typo_features2d
Alexander Alekhin [Mon, 8 Aug 2016 11:39:25 +0000 (11:39 +0000)]
Merge pull request #7065 from StevenPuttemans:fix_typo_features2d

7 years agofix small typo
StevenPuttemans [Mon, 8 Aug 2016 08:58:46 +0000 (10:58 +0200)]
fix small typo

7 years agoAdd figure for the pinhole camera model in the 2.4 documentation.
catree [Mon, 8 Aug 2016 02:06:46 +0000 (04:06 +0200)]
Add figure for the pinhole camera model in the 2.4 documentation.

7 years agoFix a latent bug for seam_finders.cpp when computing the source and destination point...
lewgate [Sun, 31 Jul 2016 08:22:53 +0000 (16:22 +0800)]
Fix a latent bug for seam_finders.cpp when computing the source and destination points of the seam

8 years agoMerge pull request #6805 from sergarrido:sergarrido-fix-useextrinsicguess
Vadim Pisarevsky [Tue, 19 Jul 2016 12:52:59 +0000 (12:52 +0000)]
Merge pull request #6805 from sergarrido:sergarrido-fix-useextrinsicguess

8 years agoMerge pull request #6941 from alalek:backport_6932
Vadim Pisarevsky [Mon, 18 Jul 2016 21:16:35 +0000 (21:16 +0000)]
Merge pull request #6941 from alalek:backport_6932

8 years agoMerge pull request #6920 from savuor:fix2.4/RNG_Corrupts_memory
Vadim Pisarevsky [Mon, 18 Jul 2016 18:16:27 +0000 (18:16 +0000)]
Merge pull request #6920 from savuor:fix2.4/RNG_Corrupts_memory

8 years agoResolves issue #6931
Philippe FOUBERT [Sun, 17 Jul 2016 10:22:37 +0000 (12:22 +0200)]
Resolves issue #6931

8 years agoMerge pull request #6934 from catree:hitrate_doc_2.4
Maksim Shabunin [Mon, 18 Jul 2016 08:45:59 +0000 (08:45 +0000)]
Merge pull request #6934 from catree:hitrate_doc_2.4

8 years agoMerge pull request #6885 from alalek:migration2.4
Maksim Shabunin [Mon, 18 Jul 2016 07:50:03 +0000 (07:50 +0000)]
Merge pull request #6885 from alalek:migration2.4

8 years agoAdd bib reference for overall hitrate and false alarm rate for the train cascade...
catree [Sun, 17 Jul 2016 21:06:20 +0000 (23:06 +0200)]
Add bib reference for overall hitrate and false alarm rate for the train cascade user guide (OpenCV 2.4).

8 years agofixed memory corruption when normal dist. params have less channels than target matri...
Rostislav Vasilikhin [Sat, 16 Jul 2016 11:26:31 +0000 (14:26 +0300)]
fixed memory corruption when normal dist. params have less channels than target matrix; test added

8 years agoMerge pull request #6917 from jet47:gpu-rotate-sanity-test
Alexander Alekhin [Fri, 15 Jul 2016 16:16:25 +0000 (16:16 +0000)]
Merge pull request #6917 from jet47:gpu-rotate-sanity-test

8 years agoset threshold to 1 in sanity test for GPU rotate on 8UC1
Vladislav Vinogradov [Fri, 15 Jul 2016 12:11:36 +0000 (15:11 +0300)]
set threshold to 1 in sanity test for GPU rotate on 8UC1

to fix difference with CUDA 8.0 results

8 years agomigration: github.com/opencv/opencv
Alexander Alekhin [Thu, 16 Jun 2016 14:39:38 +0000 (17:39 +0300)]
migration: github.com/opencv/opencv

8 years agoMerge pull request #6600 from grochefort:fix_backgroundsubstractormog2
Andrey Pavlenko [Mon, 4 Jul 2016 14:37:24 +0000 (14:37 +0000)]
Merge pull request #6600 from grochefort:fix_backgroundsubstractormog2

8 years agoMerge pull request #6538 from asmorkalov:libcc_fix
Andrey Pavlenko [Mon, 4 Jul 2016 13:05:34 +0000 (13:05 +0000)]
Merge pull request #6538 from asmorkalov:libcc_fix

8 years agoEnabled build with LLVM libc++ for Android.
Alexander Smorkalov [Fri, 13 May 2016 07:41:06 +0000 (10:41 +0300)]
Enabled build with LLVM libc++ for Android.

8 years agoMerge pull request #6743 from alalek:libpng_24
Alexander Alekhin [Fri, 1 Jul 2016 10:27:57 +0000 (10:27 +0000)]
Merge pull request #6743 from alalek:libpng_24

8 years agoMerge pull request #6750 from Tomin1:simpleblobdetector-fix
Andrey Pavlenko [Thu, 30 Jun 2016 15:23:46 +0000 (15:23 +0000)]
Merge pull request #6750 from Tomin1:simpleblobdetector-fix

8 years agolibpng: fix NEON
Alexander Alekhin [Wed, 29 Jun 2016 10:18:17 +0000 (13:18 +0300)]
libpng: fix NEON

8 years agolibpng: re-apply patch
Alexander Alekhin [Wed, 29 Jun 2016 09:42:57 +0000 (12:42 +0300)]
libpng: re-apply patch

8 years agoupdate libpng 1.5.27
Alexander Alekhin [Wed, 29 Jun 2016 09:35:38 +0000 (12:35 +0300)]
update libpng 1.5.27

8 years agoMerge pull request #6752 from alalek:backport_6747
Alexander Alekhin [Thu, 30 Jun 2016 11:26:49 +0000 (11:26 +0000)]
Merge pull request #6752 from alalek:backport_6747

8 years agoFixing of AutoBuffer::allocate(nsz) method
Vitaliy Lyudvichenko [Wed, 29 Jun 2016 16:50:51 +0000 (19:50 +0300)]
Fixing of AutoBuffer::allocate(nsz) method

AutoBuffer::allocate(nsz) didn't work properly when
(sz < nsz < fixed_size). In this case sz remained unchanged.

8 years agofeatures2d: Added missing SimpleBlob parameters
Tomi [Thu, 30 Jun 2016 07:41:03 +0000 (10:41 +0300)]
features2d: Added missing SimpleBlob parameters

Added missing SimpleBlobDetector parameters to features2d_init.cpp.

8 years agoMerge pull request #6692 from ilya-lavrenov:lintian
Alexander Alekhin [Fri, 17 Jun 2016 09:44:20 +0000 (09:44 +0000)]
Merge pull request #6692 from ilya-lavrenov:lintian

8 years agofixed lintian warnings
Ilya Lavrenov [Fri, 17 Jun 2016 08:00:31 +0000 (11:00 +0300)]
fixed lintian warnings

8 years agoMerge pull request #6691 from alalek:cmake_fix_android_samples_2.4
Alexander Alekhin [Thu, 16 Jun 2016 15:56:33 +0000 (15:56 +0000)]
Merge pull request #6691 from alalek:cmake_fix_android_samples_2.4

8 years agocmake: fix JNI configuration problem for Android samples
Alexander Alekhin [Thu, 16 Jun 2016 11:29:36 +0000 (14:29 +0300)]
cmake: fix JNI configuration problem for Android samples

Some CMake 3.x (2.8.12.2 is fine) provides broken build configurations
with following build error message:
    ld: fatal error: -soname: must take a non-empty argument

Linker command line sample contains this:
"-shared -Wl,-soname, -o"

8 years agoMerge pull request #6689 from ilya-lavrenov:il/fix
Alexander Alekhin [Thu, 16 Jun 2016 11:39:20 +0000 (11:39 +0000)]
Merge pull request #6689 from ilya-lavrenov:il/fix

8 years agofixed -Wunused-result warning
Ilya Lavrenov [Thu, 16 Jun 2016 09:53:59 +0000 (12:53 +0300)]
fixed -Wunused-result warning

8 years agoFix useExtrinsicGuess in solvePnP
S. Garrido [Thu, 9 Jun 2016 16:34:00 +0000 (17:34 +0100)]
Fix useExtrinsicGuess in solvePnP

8 years agoMerge pull request #6654 from asmorkalov:gzip_timestamp
Alexander Alekhin [Wed, 8 Jun 2016 14:32:45 +0000 (14:32 +0000)]
Merge pull request #6654 from asmorkalov:gzip_timestamp

8 years agoFixed package-contains-timestamped-gzip lintian warning for Debian packages.
Alexander Smorkalov [Wed, 8 Jun 2016 11:18:38 +0000 (14:18 +0300)]
Fixed package-contains-timestamped-gzip lintian warning for Debian packages.

8 years agoFixed BackgroundSubstractorMOG2 ocl implementation.
Gilles Rochefort [Fri, 3 Jun 2016 09:00:31 +0000 (11:00 +0200)]
Fixed BackgroundSubstractorMOG2 ocl implementation.

8 years agoFixed BackgroundSubstractorMOG2 in opencv_video.
Gilles Rochefort [Sun, 29 May 2016 15:25:02 +0000 (17:25 +0200)]
Fixed BackgroundSubstractorMOG2 in opencv_video.

The number of gaussians involved in a mixture is supposed
to be dynamically adjusted. After being increased, the number
of gaussians can't be reduced anymore.

It seems to be a regression as the legacy code
located in modules/legacy/src/bgfg_gaussmix.cpp allows to reduce
such number of gaussians.

8 years agoMerge pull request #6596 from asmorkalov:g++5_abi
Alexander Alekhin [Fri, 27 May 2016 12:44:38 +0000 (12:44 +0000)]
Merge pull request #6596 from asmorkalov:g++5_abi

8 years agoPackaging fixes for Ubuntu 16.04.
Alexander Smorkalov [Fri, 27 May 2016 10:46:12 +0000 (13:46 +0300)]
Packaging fixes for Ubuntu 16.04.

8 years agoMerge pull request #6545 from alalek:backport_6541
Maksim Shabunin [Wed, 18 May 2016 09:39:48 +0000 (09:39 +0000)]
Merge pull request #6545 from alalek:backport_6541

8 years agoDisabled PCH support for gcc >= 6.0.0
Maksim Shabunin [Fri, 13 May 2016 10:28:09 +0000 (13:28 +0300)]
Disabled PCH support for gcc >= 6.0.0

Command line generation routine uses "-isystem" to include headers outside of "<opencv>/modules" folder, but GCC 6 does not work when passed "-isystem /usr/include" option.

8 years agoMerge pull request #6441 from asmorkalov:version++
Alexander Alekhin [Wed, 20 Apr 2016 14:21:19 +0000 (14:21 +0000)]
Merge pull request #6441 from asmorkalov:version++