From 2ad05d0429ec3aa82b16417c88154be7293c4734 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 11 Mar 2019 23:40:21 +0100 Subject: [PATCH] Release Nageru and Futatabi 1.8.4. --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 71b6ec3..2dfdceb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Nageru and Futatabi 1.8.4, March 11th, 2019 + + - Various bugfixes, in particular for 32-bit platforms. + + Nageru and Futatabi 1.8.3, March 10th, 2019 - Allow controlling video mixing from MIDI events. Adapted from a patch diff --git a/meson.build b/meson.build index 1dccedb..ebe49b1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.3') +project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.4') cxx = meson.get_compiler('cpp') qt5 = import('qt5') -- 2.39.2