Skip to content

Commit

Permalink
Update ChangeLog and version to 24.12.28
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Dec 28, 2024
1 parent a98213f commit eb5b805
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.28:
- add option to maintain panels size when resizing main window,
- add input dialog for zoom and add precise zoom control,
- live update when changing values in input dialogs,
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.23">
android:versionName="24.12.28">
<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.23" QMPlay2GitHEAD
#define QMPlay2Version "24.12.28" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit eb5b805

Please sign in to comment.