~hp/ser_atom.lv2

c787acc92b51224f0686eed47c3e1ba462e17df1 — Hanspeter Portner 2 years ago bb17872
meson: use meson.current_source_dir
2 files changed, 2 insertions(+), 2 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +1 -1
@@ 42,7 42,7 @@ test('Test', test_ser_atom)

if reuse.found()
  test('REUSE', reuse, args : [
    '--root', meson.source_root(),
    '--root', meson.current_source_dir(),
    'lint'
  ])
endif

M meson_options.txt => meson_options.txt +1 -1
@@ 1,4 1,4 @@
# SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
# SPDX-License-Identifier: CC0-1.0

option('version', type : 'string', value : '0.1.37')
option('version', type : 'string', value : '0.1.45')