Skip to content

Commit 4b2bea7

Browse files
amitdozdenop
authored andcommitted
Update TESSERACT_VERSION_STR (#1372)
1 parent 14ee911 commit 4b2bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccutil/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef TESSERACT_CCUTIL_VERSION_H_
22
#define TESSERACT_CCUTIL_VERSION_H_
33

4-
#define TESSERACT_VERSION_STR "4.00.00alpha"
4+
#define TESSERACT_VERSION_STR "4.0.0-beta.1"
55
#define TESSERACT_VERSION 0x040000
66
#define MAKE_VERSION(major, minor, patch) \
77
(((major) << 16) | ((minor) << 8) | (patch))

0 commit comments

Comments
 (0)