Skip to content

Commit eead4a2

Browse files
authored
Merge pull request #1292 from kiwix/prepare-release-2.4.1
Prepare release 2.4.1
2 parents 2ab50b1 + 7567cda commit eead4a2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
kiwix-destkop 2.4.1
2+
===================
3+
4+
Compilation:
5+
* FIX: PPA upload (@veloman-yunkan #1288)
6+
* NEW: Qt6 in CI (@adamlamar #1287 #1289)
7+
18
kiwix-destkop 2.4.0
29
===================
310

kiwix-desktop.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ QMAKE_LFLAGS += -std=c++17
3939
}
4040

4141
# Also change resources/org.kiwix.desktop.appdata.xml
42-
DEFINES += VERSION="2.4.0"
42+
DEFINES += VERSION="2.4.1"
4343

4444
# The following define makes your compiler emit warnings if you use
4545
# any feature of Qt which has been marked as deprecated (the exact warnings

resources/org.kiwix.desktop.appdata.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
</description>
1515
<releases>
16-
<release version="2.4.0" date="2024-12-20" />
16+
<release version="2.4.1" date="2024-12-21" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>
@@ -23,7 +23,7 @@
2323
<url type="donation">https://www.kiwix.org/support/</url>
2424
<url type="faq">https://www.kiwix.org/faq/</url>
2525
<url type="homepage">https://www.kiwix.org/</url>
26-
<update_contact>mgautier_AT_kymeria.fr</update_contact>
26+
<update_contact>contact_AT_kiwix.org</update_contact>
2727
<screenshots>
2828
<screenshot type="default">
2929
<image>https://upload.wikimedia.org/wikipedia/commons/3/38/Kiwix-desktop_showing_its_local_Library.png</image>

0 commit comments

Comments
 (0)