Skip to content

Commit

Permalink
Merge pull request #266 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2023
2 parents fb79509 + e36d557 commit e4259e1
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 @@
pavucontrol-qt-1.4.0 / 2023-11-05
==================================
* Updated translations and bumped the version.

pavucontrol-qt-1.3.0 / 2023-04-15
==================================
* Fixed pa_stream leaks.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED)

set(PAVUCONTROLQT_MAJOR_VERSION 1)
set(PAVUCONTROLQT_MINOR_VERSION 3)
set(PAVUCONTROLQT_MINOR_VERSION 4)
set(PAVUCONTROLQT_PATCH_VERSION 0)
set(PAVUCONTROLQT_VERSION ${PAVUCONTROLQT_MAJOR_VERSION}.${PAVUCONTROLQT_MINOR_VERSION}.${PAVUCONTROLQT_PATCH_VERSION})
add_definitions("-DPAVUCONTROLQT_VERSION=\"${PAVUCONTROLQT_VERSION}\"")
Expand Down

0 comments on commit e4259e1

Please sign in to comment.