From 41e87b69a4abc20ceaf096aea4e928f46ee0176c Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Thu, 13 Jul 2023 16:40:31 +0200 Subject: [PATCH] fixed typo in bw_common doc + updated ChangeLog --- ChangeLog | 2 +- include/bw_common.h | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e98a220..5c957cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,7 @@ * Fixed unused variable warnings in bw_slew_lim. * Fixed left shift of negative value warnings in bw_math. * Fixed typos in the documentaion of bw_peak, bw_comp, bw_osc_tri, - bw_ringmod, bw_balance, and bw_slew_lim. + bw_ringmod, bw_balance, bw_slew_lim, and bw_common. * Fixed code tags and heading levels in documentation of several modules. * Fixed setting of default parameter values in synth_simple and synth_mono. * Updated examples to use multichannel APIs where possible. diff --git a/include/bw_common.h b/include/bw_common.h index 7135409..425c6d5 100644 --- a/include/bw_common.h +++ b/include/bw_common.h @@ -20,7 +20,7 @@ /*! * module_type {{{ foundation }}} - * version {{{ 0.4.0 }}} + * version {{{ 0.5.0 }}} * requires {{{ bw_config }}} * description {{{ * A common header to make sure that a bunch of basic definitions are @@ -28,6 +28,11 @@ * }}} * changelog {{{ *