Skip to content

Commit 43c51a9

Browse files
test
1 parent d05c644 commit 43c51a9

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
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.8492"
1+
__version__ = "4.0.10.8499"
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.8492"
1+
__version__ = "3.0.10.8499"
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.8492"
1+
__version__ = "11.0.10.8499"
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.8492"
1+
__version__ = "3.0.10.8499"
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.8492"
1+
__version__ = "4.0.10.8499"
22

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

dynamsoft_barcode_reader_bundle/utility.py

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

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

src/DynamsoftUtility_wrap.cxx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,14 @@ T SwigValueInit()
35163516

35173517
#include "DynamsoftUtility.h"
35183518
#include "DynamsoftCaptureVisionRouter.h"
3519-
3519+
#ifdef __cplusplus
3520+
extern "C"
3521+
{
3522+
#endif
3523+
static void UpdateCQuadrilateralPointsFromPythonObject(dynamsoft::basic_structures::CQuadrilateral *quad, PyObject *obj);
3524+
#ifdef __cplusplus
3525+
}
3526+
#endif
35203527
template <typename T>
35213528
static bool getCQuadrilateralArraryFromPyList(PyObject *list, T **array, int *length, swig_type_info* ty)
35223529
{

0 commit comments

Comments
 (0)