diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-04 14:29:49 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-04 14:29:49 +0200 |
commit | d6b4055b55f31cde39b23d7d2191c3bab14a02e2 (patch) | |
tree | 7fffbe4cfcd06032049892d89c50f2f7904ed2d2 | |
parent | 2fba2dc107daa4afab508dbc3e897ad9b93a07b5 (diff) | |
download | mate-panel-d6b4055b55f31cde39b23d7d2191c3bab14a02e2.tar.bz2 mate-panel-d6b4055b55f31cde39b23d7d2191c3bab14a02e2.tar.xz |
Bump version to 1.10.0mate-panel-1.10.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.9.91 +1.10.0 * Gtk3, Fix deprecated use of gdk pointer api * Gtk3, Port all GtkStyle to GtkStyleContext * Gtk3, Port gtk_rc_parse_string to GtkCssProvider diff --git a/configure.ac b/configure.ac index be8c14b4..93c6e409 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.9.91], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.10.0], [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]) |