]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 2.0.1. 2.0.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 9 Jul 2020 07:56:24 +0000 (09:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 9 Jul 2020 07:57:13 +0000 (09:57 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 8ba28d74ebc5f8412cf6fd2daaf858748f1fbe2c..b14a2df1d05eba5d8fc83da3d9c5cfaf266431f8 100644 (file)
--- 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
index f4c0c76b2efe672c810a90390a7380ee51b59b6b..6325d5a2d561a130e8242ced99a2b19d9be6303d 100644 (file)
@@ -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')