Skip to content

Commit 90d4130

Browse files
committed
ready to release 0.8.3
1 parent 5348520 commit 90d4130

File tree

17 files changed

+1819
-1819
lines changed

17 files changed

+1819
-1819
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [0.8.3] ???
1+
# [0.8.3] (2021-10-07)
22

33
* [#476] open chat when clicking the new message notification (only works under Linux).
44

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.2',
3+
version: '0.8.3',
44
default_options: ['warning_level=3', 'cpp_std=c++14'])
5-
so_version = '0.8.2'
5+
so_version = '0.8.3'
66
subdir('src')
77
subdir('share')
88
subdir('po')

0 commit comments

Comments
 (0)