We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f0945 commit f98bf99Copy full SHA for f98bf99
NEWS.md
@@ -1,4 +1,4 @@
1
-# [git] (2021-XX-XX)
+# [0.8.1] (2021-05-03)
2
3
* [#442] fix unittest fail under 32-bit system.
4
* [#439] try to fix compile problem under Hurd.
meson.build
@@ -1,8 +1,8 @@
project('iptux', 'cpp',
license: 'GPL2+',
- version: '0.8.0',
+ version: '0.8.1',
default_options: ['warning_level=3', 'cpp_std=c++14'])
5
-so_version = '0.8.0'
+so_version = '0.8.1'
6
subdir('src')
7
subdir('share')
8
subdir('po')
0 commit comments