We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ee911 commit 4b2bea7Copy full SHA for 4b2bea7
ccutil/version.h
@@ -1,7 +1,7 @@
1
#ifndef TESSERACT_CCUTIL_VERSION_H_
2
#define TESSERACT_CCUTIL_VERSION_H_
3
4
-#define TESSERACT_VERSION_STR "4.00.00alpha"
+#define TESSERACT_VERSION_STR "4.0.0-beta.1"
5
#define TESSERACT_VERSION 0x040000
6
#define MAKE_VERSION(major, minor, patch) \
7
(((major) << 16) | ((minor) << 8) | (patch))
0 commit comments