Fix tesseract language paths

This commit is contained in:
2023-04-23 17:29:55 -04:00
parent c930ef7840
commit 2d8685f8f5
2 changed files with 12 additions and 12 deletions

View File

@@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "3.0.4"
#define VERSION "3.0.5"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 0;
static const int VersionPatch = 4;
static const int VersionPatch = 5;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown