diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-04 15:52:07 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-04 15:57:13 +0100 |
commit | 0f72fea5c9182ded5327f3fa03de03927d10a0cc (patch) | |
tree | ef4a171945f067e8f5fb11247e35d86b244b54a5 | |
parent | 3d834072e063ee4e4865608fd114f5235a6f9bac (diff) | |
download | mate-themes-0f72fea5c9182ded5327f3fa03de03927d10a0cc.tar.bz2 mate-themes-0f72fea5c9182ded5327f3fa03de03927d10a0cc.tar.xz |
update to 1.12.1 release for gtk+-3.18 branch
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +1.12.1 (GTK 3.18) + +- add emerald themes for Submarine themes +- add emerald theme for BlueMenta/Menta +- GTK3 all themes: adjust mate-panel-applet-slider style class +- Gtk3 most themes: adjust panel to follow latest changes in mate-panel +- some more improvements, see git log + 1.12.0 (GTK 3.18) - GTK3 all themes: style volume/brightness applet slider diff --git a/configure.ac b/configure.ac index cc9d85c7..35980d94 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.12.0], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.18], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.12.1], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.18], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |