diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-control-center 1.26.0 + + * Translations update + Replace the deprecated GtkTable with GtkGrid + Replace the deprecated gtk_widget_set_state with gtk_widget_set_state_flags + Remove useless and discarded gtk_button_released + Replace the deprecated g_bookmark_file_get_modified with g_bookmark_file_get_modified_date_time + Fix compilation warning + Use gtk-cancel icon replace window-close icon + update copyright to 2021 + ### mate-control-center 1.25.2 * Translations update diff --git a/configure.ac b/configure.ac index 87dda820..d9c72eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.25.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.26.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |