diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ ============== +Version 1.12.1 +============== + +- GTK+3: don't remove slider background (fixes background in some + themes) + +============== Version 1.12.0 ============== diff --git a/configure.ac b/configure.ac index d3c01fd..ae0444d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.12.0], + [1.12.1], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |