diff options
author | raveit65 <[email protected]> | 2015-08-10 11:39:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-10 11:39:06 +0200 |
commit | 0f02453f14c6d1641a171b724b913cbeb33515aa (patch) | |
tree | a58e33be6e16529c02391ad3f45a0fbd6532ef85 | |
parent | dfae15c05f725995d8afaa88859528191139b2ab (diff) | |
download | mate-themes-0f02453f14c6d1641a171b724b913cbeb33515aa.tar.bz2 mate-themes-0f02453f14c6d1641a171b724b913cbeb33515aa.tar.xz |
update configure.ac and NEWS for new gtk3.18 branch
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 8 deletions
@@ -1,12 +1,12 @@ -1.10.3 +1.10.3 (GTK 3.16) * fix some metacity themes * improve traditional themes (gk3) -1.10.2 +1.10.2 (GTK 3.16) * add Blue-Submarine and Green-Submarine themes * style parole mediaplayer (gtk3 version) -1.10.1 +1.10.1 (GTK 3.16) * improvements for menta themes GTK+-3.16 * re-work of GreenLaguna GTK3 * improvements for traditional themes GTK+-3.16 @@ -15,7 +15,7 @@ * add a whitlist for window-controls menu-close button for csd apps * use mate logo for spinner animation -1.10.0 +1.10.0 (GTK 3.16) * adjustments for GTK3-3.16 * a lot of improvements for mate GTK3 applications * disable usage of symbolic icons @@ -26,7 +26,7 @@ * re-work of ContrastHigh themes * many more adjustments.... -1.9.3 +1.9.3 (GTK 3.14) * TraditionalOKTest is installable with normal configure flags * add transition effect to buttons and menuitems for Menta themes GTK3 * add transition effect to buttons and menuitems for BlackMate and GreenLaguna GTK3 @@ -36,12 +36,12 @@ * improve popovers support in Traditional themes * serveral other improvements -1.9.2 +1.9.2 (GTK 3.14) * add ContrastHighInververse GTK3 part * more adjustments for GTK3-3.14 in main themes * several improvements in BlackMate, GreenLaguna and Shiny themes GTK2 -1.9.1 +1.9.1 (GTK 3.14) * bump version to reflect GTK3 suported version * add GTK3-3.14 support for all major themes * add GTK3 part to Shiny diff --git a/configure.ac b/configure.ac index c1686e05..43b90cd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.10.3], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.16], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.10.3], [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]) |