diff options
author | monsta <[email protected]> | 2015-11-30 11:14:31 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 11:14:31 +0300 |
commit | 766b74881b625e2035aee62980c42ffc4ca0f64f (patch) | |
tree | ca3c4501fd624c3e36fd23261198b1e87f396601 | |
parent | d998ec6e17201c854d8ae80593b2e6e0d31ccd5e (diff) | |
download | mate-settings-daemon-1.12.1.tar.bz2 mate-settings-daemon-1.12.1.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.12.1 + * xrandr: install icon in correct directory + * GTK+3: don't remove xrandr applet background (fixes invisible + text in some themes) + 1.12.0 * Add new keybinding for logout (empty by default) * Retrieve strings directly from gschema (requires intltool 0.50.1) diff --git a/configure.ac b/configure.ac index ea8984d..b11f63e 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],[12]) -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]) |