From: Steinar H. Gunderson Date: Mon, 11 Mar 2019 22:40:21 +0000 (+0100) Subject: Release Nageru and Futatabi 1.8.4. X-Git-Tag: 1.8.4 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=2ad05d0429ec3aa82b16417c88154be7293c4734 Release Nageru and Futatabi 1.8.4. --- 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')