diff options
author | raveit65 <[email protected]> | 2019-09-20 17:22:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-20 17:22:53 +0200 |
commit | 98fce7d978e5b85fe3869370d5c94bfe350ff5ae (patch) | |
tree | 0f6a8cc6788ca4713dc8041e8814c1f7f57608b1 | |
parent | 85455fdc2768fa3e728ca1d871549de07523d035 (diff) | |
download | mate-media-1.22.2.tar.bz2 mate-media-1.22.2.tar.xz |
release 1.22.2v1.22.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-media 1.22.2 + + * Translations update + * applet: Update default output + * gvc applet: add missing translations (i18n) + * Add scroll interface tabs with mouse wheel + * configure.ac: fix typos in var names, portability fixes, etc. + ### mate-media 1.22.1 * Translations update diff --git a/configure.ac b/configure.ac index 105c665..a109020 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.22.1], + [1.22.2], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |