Update version to 1.4.0 and set profile to default

This commit is contained in:
heliguy
2023-12-17 22:54:10 -05:00
parent fda727c437
commit 1c584a40da
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
"name" : "warehouse",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [ "-Dprofile=development" ],
"config-opts": [ "-Dprofile=default" ],
"sources" : [
{
"type" : "dir",

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '1.3.1',
version: '1.4.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)