Skip to content

Commit f98bf99

Browse files
authored
Release 0.8.1 (#468)
* Update meson.build * Update NEWS.md * Update NEWS.md
1 parent 09f0945 commit f98bf99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [git] (2021-XX-XX)
1+
# [0.8.1] (2021-05-03)
22

33
* [#442] fix unittest fail under 32-bit system.
44
* [#439] try to fix compile problem under Hurd.

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project('iptux', 'cpp',
22
license: 'GPL2+',
3-
version: '0.8.0',
3+
version: '0.8.1',
44
default_options: ['warning_level=3', 'cpp_std=c++14'])
5-
so_version = '0.8.0'
5+
so_version = '0.8.1'
66
subdir('src')
77
subdir('share')
88
subdir('po')

0 commit comments

Comments
 (0)