summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00ce269..a8fb11c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Font Viewer - 3.25.90
+-------------------------------------------------------------------------------
+• Use "Fonts" as user-visible application name (#783640, Jeremy Bicha)
+• Port to use the Meson build system (#783613, Jeremy Bicha)
+• Fix regression during startup sequence (#782738)
+• Don't use gnome-common or intltool (#783611, Jeremy Bicha)
+• Unconditionally source config.h (#783612, Jeremy Bicha)
+• Translation updates
+
GNOME Font Viewer - 3.24.0
-------------------------------------------------------------------------------
• Improve usage of GApplication API
diff --git a/meson.build b/meson.build
index d305485..1cf4ba7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-font-viewer', 'c',
- version: '3.25.0',
+ version: '3.25.90',
license: 'GPLv2+',
meson_version: '>= 0.40.1',
)