From 1bd0d6e46d0a0f3742429983bfe5296d370c6acf Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 9 Jul 2020 09:56:24 +0200 Subject: [PATCH] Release Nageru and Futatabi 2.0.1. --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8ba28d7..b14a2df 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Nageru and Futatabi 2.0.1, July 9th, 2020 + + - Upgrade DeckLink SDK to 10.11.4. + + - Various bugfixes. + + Nageru and Futatabi 2.0.0, June 2nd, 2020 - Native support for SRT inputs; by default, Nageru will listen diff --git a/meson.build b/meson.build index f4c0c76..6325d5a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.0') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.1') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2