tesseract  4.00.00dev
version.h File Reference

Go to the source code of this file.

Macros

#define TESSERACT_VERSION_STR   "4.00.00alpha"
 
#define TESSERACT_VERSION   0x040000
 
#define MAKE_VERSION(major, minor, patch)   (((major) << 16) | ((minor) << 8) | (patch))
 

Macro Definition Documentation

◆ MAKE_VERSION

#define MAKE_VERSION (   major,
  minor,
  patch 
)    (((major) << 16) | ((minor) << 8) | (patch))

Definition at line 6 of file version.h.

◆ TESSERACT_VERSION

#define TESSERACT_VERSION   0x040000

Definition at line 5 of file version.h.

◆ TESSERACT_VERSION_STR

#define TESSERACT_VERSION_STR   "4.00.00alpha"

Definition at line 4 of file version.h.