Skip to content

Commit 1463bca

Browse files
test
1 parent 815b6c9 commit 1463bca

Some content is hidden

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

41 files changed

+27
-22
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.8966"
1+
__version__ = "4.0.10.9004"
22

33
import sys
44

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.8966"
1+
__version__ = "3.0.10.9004"
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.8966"
1+
__version__ = "11.0.10.9004"
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.8966"
1+
__version__ = "3.0.10.9004"
22

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

dynamsoft_barcode_reader_bundle/dnn.py

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

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

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.8966"
1+
__version__ = "4.0.10.9004"
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.8966"
1+
__version__ = "2.0.10.9004"
22

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

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.20.4209"
27+
#define DBR_VERSION "11.0.20.4224"
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.20.4209"
28+
#define DCV_VERSION "3.0.20.4224"
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.20.4209"
18+
#define DCP_VERSION "3.0.20.4224"
1919
/**
2020
* @enum MappingStatus
2121
*

0 commit comments

Comments
 (0)