Skip to content

Commit 4426a73

Browse files
committed
build: Set version to 0.3 and remove hardcoded version in pkgconfig file.
1 parent 1a4c688 commit 4426a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project('posixsignalmanager', ['cpp'],
44
default_options : ['cpp_std=c++14'],
5-
version: '0.3.0')
5+
version: '0.3')
66

77
macros = []
88
cxx = meson.get_compiler('cpp')
@@ -51,7 +51,6 @@ install_headers('PosixSignalManager.h')
5151

5252
import('pkgconfig').generate(
5353
posixsignalmanager_lib,
54-
version: '0.0',
5554
description: 'management of posix signals for environments using the qt event loop',
5655
filebase: 'PosixSignalManager',
5756
name: 'PosixSignalManager',

0 commit comments

Comments
 (0)