We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d489478 commit 919783dCopy full SHA for 919783d
NEWS
@@ -1,3 +1,7 @@
1
+Changes between 0.4.1 and 0.4.2
2
+--------------------------------
3
+ * Fix build on win32
4
+
5
Changes between 0.4.0 and 0.4.1:
6
--------------------------------
7
* Fix socket connect() on some OSes (Apple and more)
meson.build
@@ -1,5 +1,5 @@
project('libdsm', ['c'],
- version: '0.4.1',
+ version: '0.4.2',
license: ['LGPL2'],
default_options: ['c_std=c11',
'warning_level=2',
0 commit comments