diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-media 1.20.0 + + sync with transifex + require GTK+ 3.22 and GLib 2.50 + gvc-applet: don't try to increase refcount of a NULL object + gvc-combo-box: fix signal arguments + applet: restore icon for "Sound Preferences" menu item + ### mate-media 1.19.1 sync with transifex diff --git a/configure.ac b/configure.ac index b6002ad..938d77d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.19.1], + [1.20.0], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |