From 3395649fcbe3aafc62a9153f37e02ecf45bef393 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 May 2019 10:07:17 -0400 Subject: [PATCH] 1.4.0 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index da6354e69..8988e9c2f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ -Changes in 1.3.0 +Changes in 1.4.0 ================ * Add a background&autostart portal +* Add a gamemode portal +* Add a camera portal +* Require pipewire 0.2.6 * inhibit: Track session state * documents: Fix a ref-counting bug * screencast: Add cursor modes diff --git a/configure.ac b/configure.ac index 5dde9711e..6e29e222d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.3.0]) +AC_INIT([xdg-desktop-portal],[1.4.0]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE