Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danpla committed Nov 15, 2023
1 parent fbe3799 commit e12750e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(APP_FILE_NAME "dpscreenocr")

set(APP_VERSION_MAJOR "1")
set(APP_VERSION_MINOR "4")
set(APP_VERSION_PATCH "0")
set(APP_VERSION_PATCH "1")
set(APP_VERSION
"${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")

Expand Down
4 changes: 2 additions & 2 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
1.?.? (????-??-??)
1.4.1 (2023-11-15)
==================

* Unix:
* Added support for building the program as a self-contained bundle.
The bundle for GNU/Linux (in a TAR.XZ archive) is now available
for download from the website.
* Fixed inability to start the program if it's already running for
another user that shares the same /tmp directory
another user sharing the same /tmp directory
* Windows:
* Updated Tesseract to 5.3.3
* Updated translations:
Expand Down

0 comments on commit e12750e

Please sign in to comment.