Skip to content

Commit 1c867d1

Browse files
test
1 parent c637324 commit 1c867d1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.8295"
1+
__version__ = "4.0.10.8325"
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.8295"
1+
__version__ = "3.0.10.8325"
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.8295"
1+
__version__ = "11.0.10.8325"
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.8295"
1+
__version__ = "3.0.10.8325"
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.8295"
1+
__version__ = "4.0.10.8325"
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.8295"
1+
__version__ = "2.0.10.8325"
22

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

src/DynamsoftCaptureVisionRouter_wrap.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14690,7 +14690,7 @@ extern "C"
1469014690
"dynamsoft::cvr::CCaptureVisionRouter *"
1469114691
"'");
1469214692
}
14693-
resModel = SWIG_AsCharPtrAndSize(swig_obj[2], &bufModel, NULL, &allocModel);
14693+
resModel = SWIG_AsCharPtrAndSize(swig_obj[1], &bufModel, NULL, &allocModel);
1469414694
if (!SWIG_IsOK(resModel))
1469514695
{
1469614696
SWIG_exception_fail(SWIG_ArgError(resModel), "in method '"
@@ -14716,7 +14716,7 @@ extern "C"
1471614716
"unsigned char const *"
1471714717
"'");
1471814718
}
14719-
res4 = SWIG_AsVal_int(swig_obj[1], &val4);
14719+
res4 = SWIG_AsVal_int(swig_obj[3], &val4);
1472014720
if (!SWIG_IsOK(res4))
1472114721
{
1472214722
SWIG_exception_fail(SWIG_ArgError(res4), "in method '"

0 commit comments

Comments
 (0)