Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danpla committed Jun 20, 2019
1 parent e78ba9d commit 262e1e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(APP_FILE_NAME "dpscreenocr")

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

set(APP_AUTHOR "Daniel Plakhotich")
Expand Down
6 changes: 6 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.0.2 (2019-06-20)
==================

* Fixed Windows startup error due to missing Qt platform plugin (#1)


1.0.1 (2019-06-05)
==================

Expand Down

0 comments on commit 262e1e7

Please sign in to comment.