Skip to content

Commit

Permalink
Point release qps 1.10.20
Browse files Browse the repository at this point in the history
* Bumped version to 1.10.20
* Only translations was changed.
  • Loading branch information
agaida committed Feb 25, 2019
1 parent a234868 commit f418b91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
qps-1.10.20 / 2019-02-25
========================

* Bumped version to 1.10.20
* Only translations was changed.

qps-1.10.19 / 2019-01-25
========================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O

set(MAJOR_VERSION 1)
set(MINOR_VERSION 10)
set(PATCH_VERSION 19)
set(PATCH_VERSION 20)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
Expand Down

0 comments on commit f418b91

Please sign in to comment.