summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-13 20:42:12 -0400
committerChristopher Davis <christopherdavis@gnome.org>2022-07-13 20:42:12 -0400
commitffc6c28894a3bd00082699c895ef125f542fe7c9 (patch)
tree26ddd26bad3e42a6f1c85a0c379098b9e90ab074
parente1f1dc2ab727f63fe3d8eb3aa009b3c22c4b16eb (diff)
downloadbaobab-43.alpha.tar.gz
Release 43.alpha43.alpha
-rw-r--r--NEWS9
-rw-r--r--data/org.gnome.baobab.appdata.xml.in12
-rw-r--r--meson.build2
3 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8875fb0..bbcbb11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+43.alpha
+=========
+* Translation updates:
+ - Chinese (China)
+ - Dutch
+ - Icelandic
+ - Latvian
+ - Nepali
+
42.0
=========
Disk Usage Analyzer 42.0 comes with a port to libadwaita,
diff --git a/data/org.gnome.baobab.appdata.xml.in b/data/org.gnome.baobab.appdata.xml.in
index 59820b1..ab05277 100644
--- a/data/org.gnome.baobab.appdata.xml.in
+++ b/data/org.gnome.baobab.appdata.xml.in
@@ -39,6 +39,18 @@
<translation type="gettext">baobab</translation>
<releases>
+ <release version="43.alpha" date="2022-07-13">
+ <description>
+ <p>Disk Usage Analyzer 43.alpha comes with updated translations for the following locales:</p>
+ <ul>
+ <li>Chinese (China)</li>
+ <li>Dutch</li>
+ <li>Icelandic</li>
+ <li>Latvian</li>
+ <li>Nepali</li>
+ </ul>
+ </description>
+ </release>
<release version="42.0" date="2022-03-20">
<description>
<p>Disk Usage Analyzer 42.0 comes with a port to libadwaita, updated styling, and updated translations for the following locales:</p>
diff --git a/meson.build b/meson.build
index b30770e..56934d8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '42.0',
+ version: '43.alpha',
license: 'GPL2+',
meson_version: '>= 0.50.0',
)