diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.14.1 + * housekeeping: fix thumbnails cleaning + * housekeeping: fix text markup + * media-keys: use gnome-calculator binary instead of old gcalctool + * Translations update + * Make distcheck use currently selected GTK+ version + 1.14.0 * Drop MateConf migration script * media-keys: add setting to enable/disable OSD diff --git a/configure.ac b/configure.ac index 0896fbe..cb99053 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) m4_define([msd_api_version_major],[1]) m4_define([msd_api_version_minor],[14]) -m4_define([msd_api_version_micro],[0]) +m4_define([msd_api_version_micro],[1]) m4_define([msd_api_version], [msd_api_version_major.msd_api_version_minor.msd_api_version_micro]) |