From: Andrey Pavlenko Date: Wed, 17 Jul 2013 11:03:11 +0000 (+0400) Subject: moving version to 2.9.0, X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3842^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e04517af36cf8ee7ee291657949b86596f4799fa;p=platform%2Fupstream%2Fopencv.git moving version to 2.9.0, also adding NVidia copyright --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 916d173..0d27bf3 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -11,6 +11,7 @@ // For Open Source Computer Vision Library // // Copyright( C) 2000, Intel Corporation, all rights reserved. +// Copyright (C) 2011-2013, NVIDIA Corporation, all rights reserved. // Third party copyrights are property of their respective owners. // // Redistribution and use in source and binary forms, with or without modification, @@ -48,8 +49,8 @@ #define __OPENCV_VERSION_HPP__ #define CV_VERSION_EPOCH 2 -#define CV_VERSION_MAJOR 4 -#define CV_VERSION_MINOR 9 +#define CV_VERSION_MAJOR 9 +#define CV_VERSION_MINOR 0 #define CV_VERSION_REVISION 0 #define CVAUX_STR_EXP(__A) #__A