From 3f7d1ca802419f913c0c86f194ef43e69b30b2a2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Dec 2019 08:50:18 -0500 Subject: [PATCH] 1.6.0 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0fed7913..6a11024a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 1.6.0 +================ + +- Translation updates + Changes in 1.5.2 ================ diff --git a/configure.ac b/configure.ac index cb0b9278..6e4313a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal-gtk],[1.5.2]) +AC_INIT([xdg-desktop-portal-gtk],[1.6.0]) AC_PROG_CC AM_PROG_CC_C_O