summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-11-30 11:14:31 +0300
committermonsta <[email protected]>2015-11-30 11:14:31 +0300
commit766b74881b625e2035aee62980c42ffc4ca0f64f (patch)
treeca3c4501fd624c3e36fd23261198b1e87f396601
parentd998ec6e17201c854d8ae80593b2e6e0d31ccd5e (diff)
downloadmate-settings-daemon-1.12.1.tar.bz2
mate-settings-daemon-1.12.1.tar.xz
Bump version to 1.12.1v1.12.11.12
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 218e259..a92ae86 100644
--- a/NEWS
+++ b/NEWS
@@ -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])