summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-03 14:10:29 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-03 14:10:29 +0100
commit90dd6667247fd2f6f3c33803667c85dc68971723 (patch)
tree07f580844b83a1b1d0867a9ba185441e06225c67
parent2c4ae4d781f5baf878c7bddd6e118ba34afd0ff5 (diff)
downloadmate-notification-daemon-90dd6667247fd2f6f3c33803667c85dc68971723.tar.bz2
mate-notification-daemon-90dd6667247fd2f6f3c33803667c85dc68971723.tar.xz
release 1.12.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e44417d..ec86a66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
1.12.0
* Retrieve strings directly from gschema (requires intltool 0.50.1)
- * Multiple theme fixes (including GTK+3 fixes)
+ * Fix height and visibility of themes in gtk3
+ * Multiple theme fixes
* Some more fixes and cleanups
1.10.2
diff --git a/configure.ac b/configure.ac
index 50a38aa..c72a4f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT([mate-notification-daemon], [1.11.0], [http://www.mate-desktop.org])
+AC_INIT([mate-notification-daemon], [1.12.0], [http://www.mate-desktop.org])
AC_PREREQ(2.63)
AC_CONFIG_HEADERS([config.h])