diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-03 14:10:29 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-03 14:10:29 +0100 |
commit | 90dd6667247fd2f6f3c33803667c85dc68971723 (patch) | |
tree | 07f580844b83a1b1d0867a9ba185441e06225c67 | |
parent | 2c4ae4d781f5baf878c7bddd6e118ba34afd0ff5 (diff) | |
download | mate-notification-daemon-90dd6667247fd2f6f3c33803667c85dc68971723.tar.bz2 mate-notification-daemon-90dd6667247fd2f6f3c33803667c85dc68971723.tar.xz |
release 1.12.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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]) |