meson.build: remove version

This commit is contained in:
Luc Bijl 2025-08-01 21:16:02 +02:00
parent cc1a1b7065
commit fb6d31b727

View file

@ -1,5 +1,5 @@
# Project definition # Project definition
project('zlevis', license: 'GPL3', version: '1') project('zlevis', license: 'GPL3')
# Define bindir # Define bindir
bindir = join_paths(get_option('prefix'), get_option('bindir')) bindir = join_paths(get_option('prefix'), get_option('bindir'))