Skip to content

Commit 55cf209

Browse files
test
1 parent 13050d8 commit 55cf209

37 files changed

+7
-7
lines changed

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.4199"
27+
#define DBR_VERSION "11.0.20.4209"
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.4199"
28+
#define DCV_VERSION "3.0.20.4215"
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.4199"
18+
#define DCP_VERSION "3.0.20.4215"
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.20.4199"
2+
#define DYNAMSOFT_CORE_VERSION "4.0.20.4215"
33

44
/**Enumeration section*/
55

include/DynamsoftDocumentNormalizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#endif
2020
#include "DynamsoftCore.h"
2121

22-
#define DDN_VERSION "3.0.20.4199"
22+
#define DDN_VERSION "3.0.20.4215"
2323

2424
/**Enums section*/
2525

include/DynamsoftImageProcessing.h

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

16-
#define DIP_VERSION "3.0.20.4199"
16+
#define DIP_VERSION "3.0.20.4215"
1717

1818
namespace dynamsoft
1919
{

include/DynamsoftLicense.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define DYNAMSOFT_LICENSE_VERSION "4.0.20.4199"
3+
#define DYNAMSOFT_LICENSE_VERSION "4.0.20.4215"
44

55
#if !defined(_WIN32) && !defined(_WIN64)
66
#define LIC_API __attribute__((visibility("default")))

0 commit comments

Comments
 (0)