diff --git a/changelog b/changelog index 935cb648..094c4ba5 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +0.231.2: Fix bug in VBAP receiver (invalid error message when speakers were not ordered) 0.231.1: Improve windows build, systematic documentation of OSC variables 0.231: - preliminary windows build diff --git a/config.mk b/config.mk index d3747bc2..77d93757 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # variables: -VERSION=0.231.1 +VERSION=0.231.2 ARCH=$(shell uname -m)