Skip to content

Commit

Permalink
Update ChangeLog and version to 24.12.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Dec 23, 2024
1 parent 9da4b24 commit 5bf25e0
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.23:
- use relative paths in portable mode when QMPlay2 portable directory is chosen,
- add option for experimental FFmpeg features (useful for HLS subtitles),
- fix playback of video which has variable and low FPS,
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.12.06">
android:versionName="24.12.23">
<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.12.06" QMPlay2GitHEAD
#define QMPlay2Version "24.12.23" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 5bf25e0

Please sign in to comment.