diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,18 @@ =============== +Version 3.13.91 +=============== + +- Translation updates + +Date & Time: +- Fix crash when setting year to 0 + +Network: +- Center "Wi-Fi hotspot" properties +- Fix warning on startup with hotspot enabled +- Show an error when we fail to turn off hotspot + +=============== Version 3.13.90 =============== diff --git a/configure.ac b/configure.ac index 5a8dc7415..c217dd628 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.13.90) +m4_define([gnome_control_center_version], 3.13.91) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) |