Bump version

This commit is contained in:
Gres 2021-01-24 20:53:08 +03:00
parent 49983a772a
commit 8273b245ef
3 changed files with 9 additions and 1 deletions

View File

@ -21,7 +21,7 @@ linux{
SOURCES += $$PWD/external/miniz/miniz.c SOURCES += $$PWD/external/miniz/miniz.c
INCLUDEPATH += $$PWD/external INCLUDEPATH += $$PWD/external
VER=3.1.0 VER=3.1.1
DEFINES += VERSION="$$VER" DEFINES += VERSION="$$VER"
VERSION = $$VER.0 VERSION = $$VER.0
QMAKE_TARGET_COMPANY = Gres QMAKE_TARGET_COMPANY = Gres

View File

@ -1,5 +1,9 @@
# Changes # Changes
## 3.1.1
* Fixed portable mode detection
## 3.1.0 ## 3.1.0
* Added ability to choose a recognition version from the program * Added ability to choose a recognition version from the program

View File

@ -1,5 +1,9 @@
# Изменения # Изменения
## 3.1.1
* Исправлено определение работы в Portable режиме
## 3.1.0 ## 3.1.0
* Добавлена возможность выбора версии библиотеки распознавания из программы * Добавлена возможность выбора версии библиотеки распознавания из программы