diff --git a/NEWS b/NEWS index e497910..7048fb9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes between 0.4.0 and 0.4.1: +-------------------------------- + * Fix socket connect() on some OSes (Apple and more) + * Fix build with recent meson version + Changes between 0.3.2 and 0.4.0: -------------------------------- * Switch to meson buildsystem diff --git a/meson.build b/meson.build index 4406ac9..611a9b6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libdsm', ['c'], - version: '0.4.0', + version: '0.4.1', license: ['LGPL2'], default_options: ['c_std=c11', 'warning_level=2',