summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-03-17 11:32:33 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-03-17 11:32:33 -0500
commit379ebfb70239fc3421973da1c0090edb460657eb (patch)
tree05179ee7d569a782a0f92aa35ed158e292a72814
parentfaab582bcf921c1c1fbdae2a84f9324d916ccebb (diff)
downloadepiphany-379ebfb70239fc3421973da1c0090edb460657eb.tar.gz
Prepare 44.044.0
-rw-r--r--NEWS7
-rw-r--r--data/org.gnome.Epiphany.appdata.xml.in.in1
-rw-r--r--meson.build2
3 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a2b84a41..be1decb8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+44.0 - March 17, 2023
+=====================
+
+ * Fix web app creation (#1989)
+ * Build against WebKitGTK 2.39.91 (!1295)
+ * Updated translations
+
44.rc - March 3, 2023
=====================
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index e0b054262..38ffaf2e3 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -55,6 +55,7 @@
<display_length compare="ge">360</display_length>
</requires>
<releases>
+ <release date="2023-03-17" version="44.0"/>
<release date="2023-03-03" version="44~rc"/>
<release date="2023-02-11" version="44~beta"/>
<release date="2023-01-05" version="44~alpha"/>
diff --git a/meson.build b/meson.build
index c689c4236..50a80dbe2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '44.rc',
+ version: '44.0',
meson_version: '>= 0.59.0',
default_options: ['c_std=gnu11',
'warning_level=2']