Skip to content

Commit

Permalink
Merge pull request #14 from LukashonakV/meson_version
Browse files Browse the repository at this point in the history
Package config. Library version as a project ver
  • Loading branch information
LukashonakV authored Nov 11, 2023
2 parents fbf5c4a + cfe7b00 commit c91d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ install_headers(h_O_files, subdir: 'cava/output')
pkg = import('pkgconfig')
pkg.generate(libraries: cava_lib,
subdirs: ['cava', 'cava/input', 'cava/output'],
version: '0.9.1',
version: meson.project_version(),
name: 'libcava',
filebase: 'cava',
description: 'A cava library')

0 comments on commit c91d2b7

Please sign in to comment.