diff options
author | Stefano Karapetsas <[email protected]> | 2015-03-02 21:04:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-02 21:04:47 +0100 |
commit | 357bddafdedd424cef23b91b2d2ee09c7c7355ff (patch) | |
tree | dfaa8357df5998d76bbcca249836167895b6c1c9 | |
parent | 80aa5736b1048dc7bdeaad052d9be6859a86837c (diff) | |
download | mate-panel-357bddafdedd424cef23b91b2d2ee09c7c7355ff.tar.bz2 mate-panel-357bddafdedd424cef23b91b2d2ee09c7c7355ff.tar.xz |
Bump version to 1.9.90mate-panel-1.9.90
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -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 16c67b2d..ba532fba 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]) |