Skip to content

Commit f75247e

Browse files
test
1 parent fd22f7f commit f75247e

Some content is hidden

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

49 files changed

+16
-16
lines changed

Legal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
130130
PNG Reference Library License version 2
131131
---------------------------------------
132132

133-
* Copyright (c) 1995-2023 The PNG Reference Library Authors.
134-
* Copyright (c) 2018-2023 Cosmin Truta.
133+
* Copyright (c) 1995-2025 The PNG Reference Library Authors.
134+
* Copyright (c) 2018-2025 Cosmin Truta.
135135
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
136136
* Copyright (c) 1996-1997 Andreas Dilger.
137137
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.

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.6203"
1+
__version__ = "4.0.40.6248"
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.50.6203"
1+
__version__ = "3.2.50.6248"
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.50.6203"
1+
__version__ = "11.2.50.6248"
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.6203"
1+
__version__ = "3.0.30.6248"
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.6203"
1+
__version__ = "2.0.30.6248"
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.6203"
1+
__version__ = "4.0.30.6248"
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.6203"
1+
__version__ = "2.0.40.6248"
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
@@ -18,7 +18,7 @@ typedef void* HANDLE;
1818

1919
#include "DynamsoftCore.h"
2020

21-
#define DBR_VERSION "11.2.50.6520"
21+
#define DBR_VERSION "11.2.50.6558"
2222

2323
/**Enumeration section*/
2424

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.50.6520"
30+
#define DCV_VERSION "3.2.50.6558"
3131

3232
/**Enumeration section*/
3333

0 commit comments

Comments
 (0)