Skip to content

Commit

Permalink
release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Dec 27, 2024
1 parent 6a5742b commit fb2e42a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-12-27
* Release 1.4.1 preparations

2023-12-24
* Release 1.4.0

Expand Down
6 changes: 3 additions & 3 deletions kmetronome.lsm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Begin4
Title: Drumstick Metronome
Version: 1.4.0
Entered-date: 2023-12-24
Version: 1.4.1
Entered-date: 2024-12-28
Description: ALSA Sequencer based MIDI Metronome
Keywords: Qt ALSA MIDI Metronome
Author: [email protected] (Pedro Lopez-Cabanillas)
Maintained-by: [email protected] (Pedro Lopez-Cabanillas)
Primary-site: https://sourceforge.net/projects/kmetronome
Alternate-site: https://kmetronome.sourceforge.io/
Original-site:
Original-site: https://sourceforge.net/projects/kmetronome
Platforms: Linux, requires Qt and ALSA MIDI
Copying-policy: GPL
End
2 changes: 1 addition & 1 deletion kmetronome.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = kmetronome
DEPENDPATH += . src
INCLUDEPATH += . src
VERSION = 1.4.0
VERSION = 1.4.1
QT += core gui widgets dbus svg
CONFIG += c++11 link_pkgconfig lrelease embed_translations
DEFINES += VERSION=$$VERSION \
Expand Down
1 change: 1 addition & 0 deletions net.sourceforge.kmetronome.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</screenshot>
</screenshots>
<releases>
<release version="1.4.1" date="2024-12-28" />
<release version="1.4.0" date="2023-12-24" />
<release version="1.3.1" date="2022-08-10" />
<release version="1.3.0" date="2021-12-12" />
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You need the following software:
* C++17 compiler
* Qt libraries 6.2 or later (or Qt 5.12 or later)
* ALSA library
* Drumstick libraries 2.9 or later
* Drumstick libraries 2.10 or later

## Getting the development sources

Expand Down

0 comments on commit fb2e42a

Please sign in to comment.