]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.4. 1.8.4
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Mar 2019 22:40:21 +0000 (23:40 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 Mar 2019 22:40:21 +0000 (23:40 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 71b6ec3734e0d3eae768ba3fc624629523aefd66..2dfdcebf6d8f5f438df8185ddadce4551f1b8671 100644 (file)
--- 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
index 1dccedbb48f9209331e8b66a1db24c3473ea14f4..ebe49b1d13c7f1ee11b5e796a07ce3408cc9db68 100644 (file)
@@ -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')