diff options
-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]) |