From a5ff42a943e7f785b3726e320a68ff5c3c52c8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Fri, 15 Jul 2016 00:05:23 +0300 Subject: bump version to 3.20.2, update NEWS --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ed1c5e11..56879e34 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 3.20.2 +============== +- Fix window resizing using titlebar (Alberts Muktupāvels; LP:#1596574) +- Small HiDPI support improvements (Alberts Muktupāvels, Giovanni Campagna) +- Fix crash when removing secondary monitor (Alberts Muktupāvels; #766156) + Version 3.20.1.1 ================ - Don't paint windows that is not viewable (Alberts Muktupāvels; LP:#1592953) diff --git a/configure.ac b/configure.ac index f19a34fb..11fbdced 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ************************************************************************** m4_define([m_major_version], [3]) m4_define([m_minor_version], [20]) -m4_define([m_micro_version], [1.1]) +m4_define([m_micro_version], [2]) m4_define([m_version], [m_major_version.m_minor_version.m_micro_version]) dnl ************************************************************************** -- cgit v1.2.1