Skip to content

Commit 895666a

Browse files
test
1 parent 991a6e5 commit 895666a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+118
-58
lines changed

dynamsoft_barcode_reader_bundle/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.10.7913"
1+
__version__ = "4.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftCore

dynamsoft_barcode_reader_bundle/cvr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.10.7913"
1+
__version__ = "3.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "11.0.10.7913"
1+
__version__ = "11.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.10.7913"
1+
__version__ = "3.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftImageProcessing

dynamsoft_barcode_reader_bundle/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.10.7913"
1+
__version__ = "4.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftLicense

dynamsoft_barcode_reader_bundle/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.10.7913"
1+
__version__ = "2.0.10.8253"
22

33
if __package__ or "." in __name__:
44
from .cvr import *
@@ -625,7 +625,7 @@ def draw_on_image(self, *args):
625625

626626
__destroy__ = _DynamsoftUtility.delete_CImageDrawer
627627

628-
_DynamsoftUtility.CImageDrawer_register(ImageIO)
628+
_DynamsoftUtility.CImageDrawer_register(ImageDrawer)
629629

630630
class ImageProcessor:
631631
_thisown = property(

include/DynamsoftBarcodeReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef void* HANDLE;
2424
#endif
2525
#include "DynamsoftCore.h"
2626

27-
#define DBR_VERSION "11.0.10.3855"
27+
#define DBR_VERSION "11.0.10.3895"
2828

2929
/**Enumeration section*/
3030

include/DynamsoftCaptureVisionRouter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "DynamsoftCodeParser.h"
2626
#include "DynamsoftLicense.h"
2727

28-
#define DCV_VERSION "3.0.10.3854"
28+
#define DCV_VERSION "3.0.10.3895"
2929

3030
/**Enumeration section*/
3131

include/DynamsoftCodeParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616
#include "DynamsoftCore.h"
1717

18-
#define DCP_VERSION "3.0.10.3849"
18+
#define DCP_VERSION "3.0.10.3895"
1919
/**
2020
* @enum MappingStatus
2121
*

include/DynamsoftCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#define DYNAMSOFT_CORE_VERSION "4.0.10.3854"
2+
#define DYNAMSOFT_CORE_VERSION "4.0.10.3895"
33

44
/**Enumeration section*/
55

0 commit comments

Comments
 (0)