From 33de8b4285fa5054af1b37fe0496c110604ed564 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 2 Feb 2023 12:26:35 +0100 Subject: [PATCH] Update changelog and bump version Signed-off-by: falkTX --- CHANGELOG.md | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f5097..493463b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4] + +### Fixes +- Fix a typo in `alsa_in` manpage +- Fix source-code comments and manpage for `jack_simple_client` +- Remove includes of non-standard `alloca.h` header + +## [3] + +### Fixes +- Ensure internal clients export their function entry points +- Fix macOS and Windows builds + ## [2] ### Fixes diff --git a/meson.build b/meson.build index d51a749..00de91c 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( ['c', 'cpp'], meson_version: '>=0.58.0', license: ['GPL2+'], - version: '3', + version: '4', ) os = build_machine.system()