From 49096f05303991bfb9b13596da1afde2c4b0702b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 10 Aug 2017 18:30:08 +0200 Subject: [PATCH] Bump version to 3.25.90 Update NEWS. --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 65fffcf03..802ba92fa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.25.90 +======= +* Add zwp_linux_dmabuf_v1 support [Daniel; #785262] +* Add (x)wayland shortcut inhibitor support [Olivier; #783342] +* Misc. bug fixes [Daniel, Carlos, Cosimo; #785263, #785347, #767805] + +Contributors: + Jonas Ådahl, Cosimo Cecchi, Olivier Fourdan, Carlos Garnacho, Daniel Stone + +Translations: + Fabio Tomat [fur], Kukuh Syafaat [id], Aurimas Černius [lt], + Daniel Mustieles [es], Baurzhan Muftakhidinov [kk], Jordi Mas [ca], + Matej Urbančič [sl], Marek Cernocky [cs], gogo [hr], Fran Dieguez [gl], + Balázs Meskó [hu] + 3.25.4 ====== * Do not throttle motion events on tablet tools [Carlos; #783535] diff --git a/configure.ac b/configure.ac index 021ce4632..548d6d301 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.62) m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [25]) -m4_define([mutter_micro_version], [4]) +m4_define([mutter_micro_version], [90]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])