add const.py options to dynamically set version

This commit is contained in:
skilpedde
2023-11-11 11:08:07 +01:00
parent 6d5fb470a4
commit 72aa80b39a
8 changed files with 45 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '1.3.1.beta',
version: '1.3.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
@@ -7,8 +7,6 @@ project('warehouse',
i18n = import('i18n')
gnome = import('gnome')
subdir('data')
subdir('src')
subdir('po')