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 1a4c688 commit 4426a73Copy full SHA for 4426a73
meson.build
@@ -2,7 +2,7 @@
2
3
project('posixsignalmanager', ['cpp'],
4
default_options : ['cpp_std=c++14'],
5
- version: '0.3.0')
+ version: '0.3')
6
7
macros = []
8
cxx = meson.get_compiler('cpp')
@@ -51,7 +51,6 @@ install_headers('PosixSignalManager.h')
51
52
import('pkgconfig').generate(
53
posixsignalmanager_lib,
54
- version: '0.0',
55
description: 'management of posix signals for environments using the qt event loop',
56
filebase: 'PosixSignalManager',
57
name: 'PosixSignalManager',
0 commit comments