Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15b01f1

Browse filesBrowse files
committed
Merge branch 'master' into for_dockerfile_automation
2 parents 04247e5 + b1a01d4 commit 15b01f1
Copy full SHA for 15b01f1

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎find_version.py

Copy file name to clipboardExpand all lines: find_version.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
opencv_version = ""
66
# dig out the version from OpenCV sources
7-
version_file_path = "opencv/modules/core/include/opencv2/core/version.hpp"
7+
version_file_path = "/opencv-3.4.0/modules/core/include/opencv2/core/version.hpp"
88

99
with open(version_file_path, 'r') as f:
1010
for line in f:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.