Skip to content

Commit

Permalink
Update ChangeLog and version to 24.12.06
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Dec 6, 2024
1 parent 3855272 commit 797bfde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in QMPlay2 24.12.xx:
Changes in QMPlay2 24.12.06:
- optimize visualizations when wallpaper is used (especially for Qt6),
- fix issues with some unsupported codecs for DXVA2/D3D11VA,
- fix loading Vulkan library for some Linux distributions,
Expand Down
2 changes: 1 addition & 1 deletion src/gui/Android/manifest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.zaps166.QMPlay2"
android:installLocation="auto"
android:versionCode="1"
android:versionName="24.06.16">
android:versionName="24.12.06">
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion src/qmplay2/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef QMPlay2GitHEAD
#define QMPlay2GitHEAD
#endif
#define QMPlay2Version "24.06.16" QMPlay2GitHEAD
#define QMPlay2Version "24.12.06" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 797bfde

Please sign in to comment.