Skip to content

Commit

Permalink
build: Set version to 0.3 and remove hardcoded version in pkgconfig f…
Browse files Browse the repository at this point in the history
…ile.
  • Loading branch information
textshell committed Dec 30, 2022
1 parent 1a4c688 commit 4426a73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project('posixsignalmanager', ['cpp'],
default_options : ['cpp_std=c++14'],
version: '0.3.0')
version: '0.3')

macros = []
cxx = meson.get_compiler('cpp')
Expand Down Expand Up @@ -51,7 +51,6 @@ install_headers('PosixSignalManager.h')

import('pkgconfig').generate(
posixsignalmanager_lib,
version: '0.0',
description: 'management of posix signals for environments using the qt event loop',
filebase: 'PosixSignalManager',
name: 'PosixSignalManager',
Expand Down

0 comments on commit 4426a73

Please sign in to comment.