Skip to content

Commit

Permalink
Merge pull request #173 from lxqt/point_release
Browse files Browse the repository at this point in the history
Point release changes
  • Loading branch information
tsujan authored Apr 17, 2021
2 parents 62175db + ce028fb commit e2eb2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
obconf-qt-0.16.1 / 2021-04-17
=============================
* Translation updates.

obconf-qt-0.16.0 / 2020-11-01
=============================

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 0)
set(OBCONFQT_PATCH_VERSION 1)
set(OBCONFQT_VERSION ${OBCONFQT_MAJOR_VERSION}.${OBCONFQT_MINOR_VERSION}.${OBCONFQT_PATCH_VERSION})
add_definitions("-DOBCONFQT_VERSION=\"${OBCONFQT_VERSION}\"")

Expand Down

0 comments on commit e2eb2f1

Please sign in to comment.