summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 565dbd753..bc0059783 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
==============
+Version 3.10.0
+==============
+
+Universal Access:
+- Fix non-expanding sliders in zoom options
+
+Bluetooth:
+- Fix crash when exiting during a connection
+
+Display:
+- Add an option to turn off a particular display
+
+==============
Version 3.9.92
==============
diff --git a/configure.ac b/configure.ac
index 5c2711f86..a7542e680 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.9.92)
+m4_define([gnome_control_center_version], 3.10.0)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])