summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba6227bd..cf5ca829 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Version 3.38.7
+==============
+
+No changes
+
+==============
Version 3.38.6
==============
diff --git a/meson.build b/meson.build
index beca8412..771ee001 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.38.6',
+ version: '3.38.7',
license: ['GPL2+', 'LGPL2+']
)