summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4eff9489..765f9e28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-News in 4.8.4, 2022-xx-yy (not released yet)
+News in 4.8.4, 2022-11-03
-------------------------
* Style updates to kate, classic, tango
* Language updates to vala, python3, c, cuda, latex
diff --git a/meson.build b/meson.build
index 039d8390..ba07da70 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtksourceview', 'c',
- version: '4.8.3',
+ version: '4.8.4',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.50.0',
default_options: [ 'c_std=gnu99',