From 357bddafdedd424cef23b91b2d2ee09c7c7355ff Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 2 Mar 2015 21:04:47 +0100 Subject: [PATCH] Bump version to 1.9.90 --- NEWS | 4 +--- configure.ac | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 072bb56c2..f3391fb86 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.9.4 +1.9.90 * Gtk3, Fix deprecated use of gdk pointer api * Gtk3, Port all GtkStyle to GtkStyleContext * Gtk3, Port gtk_rc_parse_string to GtkCssProvider @@ -12,8 +12,6 @@ * Fix implicit declaration of function of gdk_x11_set_sm_client_id * panel-addto: Remove the vbox as it is redundant. * na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE - -1.9.3 * Use gtk icon cache instead of custom one * Several small fixes by monsta diff --git a/configure.ac b/configure.ac index 16c67b2d2..ba532fbae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.9.4], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.9.90], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])