diff options
author | raveit65 <[email protected]> | 2020-08-14 18:27:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-14 18:58:07 +0200 |
commit | 91f657da9fa4501e06129a6efa884b6dd5b37537 (patch) | |
tree | c0fecc80ab38e6566a15dcd243d419b9d71bbabb | |
parent | 98def49cb54d9d720ee97c066e2b7dc604949336 (diff) | |
download | mate-media-1.24.1.tar.bz2 mate-media-1.24.1.tar.xz |
update to 1.24.1v1.24.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### mate-media 1.24.1 + + * Translations update + * build: silent build warnings for distcheck + * panel-applet: ensure speaker can be shown alongside or above mic + ### mate-media 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 688d343..29882da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.24.0], + [1.24.1], [https://mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |