From e8d8d4edbb4f7c945fe2f67c9209db41329b0d2c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 19 Apr 2019 09:22:44 +0200 Subject: [PATCH] Release Nageru and Futatabi 1.8.6. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a33a679..6ecccd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Nageru and Futatabi 1.8.6, April 19th, 2019 + + - Filenames for the recordings are now without colons; it caused + too much problems with various software, including most players. + + - Various bugfixes. + + Nageru and Futatabi 1.8.5, March 30th, 2019 - Experimental support for audio in Futatabi: The MJPEG export from diff --git a/meson.build b/meson.build index 16dcb4e..24491e7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.5') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.6') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2