mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Version update to 4.8.1.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#define CV_VERSION_MAJOR 4
|
||||
#define CV_VERSION_MINOR 8
|
||||
#define CV_VERSION_REVISION 0
|
||||
#define CV_VERSION_REVISION 1
|
||||
#define CV_VERSION_STATUS ""
|
||||
|
||||
#define CVAUX_STR_EXP(__A) #__A
|
||||
|
||||
@@ -19,7 +19,7 @@ def main():
|
||||
os.chdir(SCRIPT_DIR)
|
||||
|
||||
package_name = 'opencv'
|
||||
package_version = os.environ.get('OPENCV_VERSION', '4.8.0') # TODO
|
||||
package_version = os.environ.get('OPENCV_VERSION', '4.8.1') # TODO
|
||||
|
||||
long_description = 'Open Source Computer Vision Library Python bindings' # TODO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user