summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca1eb9de..6d877d17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+==============
+Version 3.36.0
+==============
+-Translation updates
+
===============
Version 3.35.92
===============
diff --git a/meson.build b/meson.build
index a201cef1..cd8616cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.35.92',
+ version: '3.36.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)