File tree 7 files changed +9
-9
lines changed
doc/tutorials/introduction/cross_referencing
core/include/opencv2/core
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ Open your Doxyfile using your favorite text editor and search for the key
46
46
` TAGFILES ` . Change it as follows:
47
47
48
48
@code
49
- TAGFILES = ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.5.4
49
+ TAGFILES = ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.5.5
50
50
@endcode
51
51
52
52
If you had other definitions already, you can append the line using a ` \ ` :
53
53
54
54
@code
55
55
TAGFILES = ./docs/doxygen-tags/libstdc++.tag=https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen \
56
- ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.5.4
56
+ ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.5.5
57
57
@endcode
58
58
59
59
Doxygen can now use the information from the tag file to link to the OpenCV
Original file line number Diff line number Diff line change 7
7
8
8
#define CV_VERSION_MAJOR 4
9
9
#define CV_VERSION_MINOR 5
10
- #define CV_VERSION_REVISION 4
11
- #define CV_VERSION_STATUS " -dev "
10
+ #define CV_VERSION_REVISION 5
11
+ #define CV_VERSION_STATUS " -pre "
12
12
13
13
#define CVAUX_STR_EXP (__A ) #__A
14
14
#define CVAUX_STR (__A ) CVAUX_STR_EXP(__A)
Original file line number Diff line number Diff line change 6
6
#define OPENCV_DNN_VERSION_HPP
7
7
8
8
// / Use with major OpenCV version only.
9
- #define OPENCV_DNN_API_VERSION 20211004
9
+ #define OPENCV_DNN_API_VERSION 20211220
10
10
11
11
#if !defined CV_DOXYGEN && !defined CV_STATIC_ANALYSIS && !defined CV_DNN_DONT_ADD_INLINE_NS
12
12
#define CV__DNN_INLINE_NS __CV_CAT (dnn4_v, OPENCV_DNN_API_VERSION)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def main():
9
9
os .chdir (SCRIPT_DIR )
10
10
11
11
package_name = 'opencv'
12
- package_version = os .environ .get ('OPENCV_VERSION' , '4.5.4 ' ) # TODO
12
+ package_version = os .environ .get ('OPENCV_VERSION' , '4.5.5 ' ) # TODO
13
13
14
14
long_description = 'Open Source Computer Vision Library Python bindings' # TODO
15
15
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.opencv</groupId >
6
6
<artifactId >opencv-parent</artifactId >
7
- <version >4.5.4 </version >
7
+ <version >4.5.5 </version >
8
8
</parent >
9
9
<groupId >org.opencv</groupId >
10
10
<artifactId >opencv-it</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.opencv</groupId >
6
6
<artifactId >opencv-parent</artifactId >
7
- <version >4.5.4 </version >
7
+ <version >4.5.5 </version >
8
8
</parent >
9
9
<groupId >org.opencv</groupId >
10
10
<artifactId >opencv</artifactId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.opencv</groupId >
5
5
<artifactId >opencv-parent</artifactId >
6
- <version >4.5.4 </version >
6
+ <version >4.5.5 </version >
7
7
<packaging >pom</packaging >
8
8
<name >OpenCV Parent POM</name >
9
9
<licenses >
You can’t perform that action at this time.
0 commit comments