diff --git a/changelog b/changelog index 54c2d438..634701ff 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +0.230: New plugins, many minor bug fixes, improvement of OSC handling, SVG map export via OSC, and minor improvements 0.229.2: Correct speaker correction filter length 0.229: Added transportramp plugin, bugfixes in FIR speaker correction and LSL handling in Qualisys interface 0.228.3: Bugfix and documentation of Matlab/Octave tools diff --git a/config.mk b/config.mk index d44c0dc6..1e20a9ec 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # variables: -VERSION=0.229.2 +VERSION=0.230.0 ARCH=$(shell uname -m) diff --git a/doc/news/index.html b/doc/news/index.html index aac6e7a3..798a1a8e 100644 --- a/doc/news/index.html +++ b/doc/news/index.html @@ -62,6 +62,10 @@
New plugins, many minor bug fixes, improvement of OSC handling, SVG map export via OSC, and minor improvements.
Correct FIR filter length in speaker correction (affects FIR speaker correction only, not related to calibration wizard).