From a91c1caf4212c084be089aded0af3cd4653ac1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 Jul 2015 14:26:44 +0200 Subject: [PATCH] Bump version to 3.16.3 Update NEWS. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e72501a4e..343d7c439 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.16.3 +====== +* Handle touch events in OSK on wayland [Rui; #750287] +* Misc. bug fixes [Florian, Rui, Ray; #749383, #749529, #750714, #751517, + #751541] + +Contributors: + Rui Matos, Florian Müllner, Ray Strode + 3.16.2 ====== * Make event highlight in calendar more prominent [Jakub; #747715] diff --git a/configure.ac b/configure.ac index d8a2ee7c5..17b9e3dda 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.16.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.16.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])