summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64a651c..833cad7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.11.90
+========================
+* Add 'send-software-usage-stats' key
+* Translation updates
+
Major changes in 3.11.5
=======================
* Extend app folder schema
diff --git a/configure.ac b/configure.ac
index 42c1b5d..6960de0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([gsettings-desktop-schemas], [3.11.5],
+AC_INIT([gsettings-desktop-schemas], [3.11.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in.in)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])