Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 18439b5

Browse files
committed
Bundle 5.1.0-2 (2022-05-29)
1 parent 618f7d2 commit 18439b5

Some content is hidden

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

86 files changed

+45
-3
lines changed

README.md

Lines changed: 42 additions & 0 deletions

include/tesseract/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
// clang-format off
2020

2121
#define TESSERACT_MAJOR_VERSION 5
22-
#define TESSERACT_MINOR_VERSION 0
23-
#define TESSERACT_MICRO_VERSION 1
22+
#define TESSERACT_MINOR_VERSION 1
23+
#define TESSERACT_MICRO_VERSION 0
2424

2525
#define TESSERACT_VERSION \
2626
(TESSERACT_MAJOR_VERSION << 16 | \
2727
TESSERACT_MINOR_VERSION << 8 | \
2828
TESSERACT_MICRO_VERSION)
2929

30-
#define TESSERACT_VERSION_STR "5.0.1"
30+
#define TESSERACT_VERSION_STR "5.1.0"
3131

3232
// clang-format on
3333

lib-8.3.0/i386/libcairo-gobject.a

28.7 KB
Binary file not shown.
150 KB
Binary file not shown.

lib-8.3.0/i386/libcairo.a

1.48 MB
Binary file not shown.

lib-8.3.0/i386/libfreetype.a

881 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

lib-8.3.0/i386/liblcms2.a

444 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)