summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2023-04-17 19:05:11 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2023-04-17 19:05:11 -0400
commit7dbce9f06de65233ab0bf20e59a85d04850b94a8 (patch)
tree7f7e51f7687b8ec0b9de8a25e2a72f429beb3a0f
parent1e5286fb5c361a9dcabb617c27aa61bae8e1709d (diff)
downloadcheese-7dbce9f06de65233ab0bf20e59a85d04850b94a8.tar.gz
Prepare 44.0.144.0.1
-rw-r--r--NEWS3
-rw-r--r--data/org.gnome.Cheese.appdata.xml.in3
-rw-r--r--meson.build2
3 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30c89620..34627e08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
ChangeLog for Cheese
--------------------
+version 44.0.1
+ - Update AppStream metadata
+
version 44.0
- Avoid creating duplicated camera devices
Devices detected in `cheese_camera_device_monitor_coldplug()` may get
diff --git a/data/org.gnome.Cheese.appdata.xml.in b/data/org.gnome.Cheese.appdata.xml.in
index d65d61b4..ea56f85b 100644
--- a/data/org.gnome.Cheese.appdata.xml.in
+++ b/data/org.gnome.Cheese.appdata.xml.in
@@ -39,6 +39,9 @@
<translation type="gettext">cheese</translation>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="44.0.1" date="2022-04-17">
+ <url>https://gitlab.gnome.org/GNOME/cheese/raw/44.0.1/NEWS</url>
+ </release>
<release version="44.0" date="2022-04-10">
<url>https://gitlab.gnome.org/GNOME/cheese/raw/44.0/NEWS</url>
</release>
diff --git a/meson.build b/meson.build
index 9484106a..1c9cbe15 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'cheese', ['c', 'vala'],
- version: '44.0',
+ version: '44.0.1',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',