File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
doc/tutorials/introduction/cross_referencing
core/include/opencv2/core Expand file tree Collapse file tree 6 files changed +7
-7
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.8.0
49
+ TAGFILES = ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.8.1
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.8.0
56
+ ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.8.1
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 8
10
- #define CV_VERSION_REVISION 0
10
+ #define CV_VERSION_REVISION 1
11
11
#define CV_VERSION_STATUS " "
12
12
13
13
#define CVAUX_STR_EXP (__A ) #__A
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def main():
19
19
os .chdir (SCRIPT_DIR )
20
20
21
21
package_name = 'opencv'
22
- package_version = os .environ .get ('OPENCV_VERSION' , '4.8.0 ' ) # TODO
22
+ package_version = os .environ .get ('OPENCV_VERSION' , '4.8.1 ' ) # TODO
23
23
24
24
long_description = 'Open Source Computer Vision Library Python bindings' # TODO
25
25
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.8.0 </version >
7
+ <version >4.8.1 </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.8.0 </version >
7
+ <version >4.8.1 </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.8.0 </version >
6
+ <version >4.8.1 </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