summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-09-03 23:48:44 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-09-03 23:48:44 +0200
commitdad0ff401377c57ad5e2e4e9b03a578e1823fabb (patch)
tree7237eba3d881d9251837c7765009a2a3aed11b66
parentb03e4fce6f00c6c72ac21bcd6641bac126d58d0a (diff)
downloadgnome-settings-daemon-dad0ff401377c57ad5e2e4e9b03a578e1823fabb.tar.gz
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2cbb6d62..cba39310 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+==============
+Version 3.30.0
+==============
+- Translation updates
+
===============
Version 3.29.92
===============
diff --git a/meson.build b/meson.build
index eb27ccfb..2fd30cbd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.29.92',
+ version: '3.30.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)