diff options
author | Martin Wimpress <[email protected]> | 2017-01-17 17:27:22 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-17 17:27:22 +0000 |
commit | fc8b044ed84265918f10674fc5a502bfada367bb (patch) | |
tree | 1ea892ae6a7394d2a319e96245e05e5994d8722b | |
parent | 2736c68d1c05ea8b79de1c096e4261844db0f22d (diff) | |
download | marco-fc8b044ed84265918f10674fc5a502bfada367bb.tar.bz2 marco-fc8b044ed84265918f10674fc5a502bfada367bb.tar.xz |
Bump version to 1.17.1v1.17.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +### marco 1.17.1 + + * theme-viewer: use GtkStyleContext + * theme-viewer: use GdkRGBA instead of GdkColor + * Added functionality to disable display preselected tab window border + * actually build theme-viewer + ### marco 1.17.0 * Translations update @@ -76,4 +83,4 @@ * Migration to GSettings and dropped MateConf * Fix key handling while drag and drop is active - * Add option to open new windows on the center of the screen
\ No newline at end of file + * Add option to open new windows on the center of the screen diff --git a/configure.ac b/configure.ac index ddfe1a75..52be6a44 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.50) m4_define([marco_major_version], [1]) m4_define([marco_minor_version], [17]) -m4_define([marco_micro_version], [0]) +m4_define([marco_micro_version], [1]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) |