Skip to content

Commit

Permalink
Merge pull request #199 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Mar 11, 2022
2 parents 3e103ec + f0cb596 commit b8d486b
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 @@
obconf-qt-0.16.2 / 2022-03-11
=============================
* Fixed the option for centering window on opening.
* Prevented elided text in left pane.
* Translation updates.

obconf-qt-0.16.1 / 2021-04-17
=============================
* Translation updates.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(QT_MINIMUM_VERSION "5.12.0")

set(OBCONFQT_MAJOR_VERSION 0)
set(OBCONFQT_MINOR_VERSION 16)
set(OBCONFQT_PATCH_VERSION 1)
set(OBCONFQT_PATCH_VERSION 2)
set(OBCONFQT_VERSION ${OBCONFQT_MAJOR_VERSION}.${OBCONFQT_MINOR_VERSION}.${OBCONFQT_PATCH_VERSION})
add_definitions("-DOBCONFQT_VERSION=\"${OBCONFQT_VERSION}\"")

Expand Down

0 comments on commit b8d486b

Please sign in to comment.