diff --git a/NEWS b/NEWS index 876f5d233..402b482d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +=============== +Version 3.11.92 +=============== + +Date & Time: +- Fix the width of hour and minute spinbuttons + +Privacy: +- Disable the software usage reporting + +- Translations update + =============== Version 3.11.91 =============== diff --git a/configure.ac b/configure.ac index 66a69346e..fb6353671 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.11.91) +m4_define([gnome_control_center_version], 3.11.92) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])