Skip to content

Commit 60a8d86

Browse files
test
1 parent b3f4074 commit 60a8d86

Some content is hidden

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

50 files changed

+19
-20
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.40.4566"
1+
__version__ = "4.0.40.4597"
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.2.10.4566"
1+
__version__ = "3.2.10.4597"
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.2.10.4566"
1+
__version__ = "11.2.10.4597"
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.30.4566"
1+
__version__ = "3.0.30.4597"
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.30.4566"
1+
__version__ = "2.0.30.4597"
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.30.4566"
1+
__version__ = "4.0.30.4597"
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.40.4566"
1+
__version__ = "2.0.40.4597"
22

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

include/DynamsoftBarcodeReader.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typedef void* HANDLE;
1818

1919
#include "DynamsoftCore.h"
2020

21-
#define DBR_VERSION "11.2.10.5980"
21+
#define DBR_VERSION "11.2.10.6005"
2222

2323
/**Enumeration section*/
2424

@@ -227,7 +227,6 @@ typedef enum LocalizationMode
227227
/**Localizes 1D barcodes fast. Check @ref LM for available argument settings. */
228228
LM_ONED_FAST_SCAN = 0x100,
229229

230-
// added in v11.0.10
231230
/** Localizes barcodes by utilizing a neural network model. */
232231
LM_NEURAL_NETWORK = 0X200,
233232

include/DynamsoftCaptureVisionRouter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "DynamsoftCodeParser.h"
2828
//#endif
2929

30-
#define DCV_VERSION "3.2.10.5980"
30+
#define DCV_VERSION "3.2.10.6005"
3131

3232
/**Enumeration section*/
3333

include/DynamsoftCodeParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#endif
1212
#include "DynamsoftCore.h"
1313

14-
#define DCP_VERSION "3.2.10.5980"
14+
#define DCP_VERSION "3.2.10.6005"
1515
/**
1616
* @enum MappingStatus
1717
*

0 commit comments

Comments
 (0)