mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
build: bump version to 0.1.0
This commit is contained in:
parent
37a5f27e89
commit
a58b638736
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'libliftoff',
|
||||
'c',
|
||||
version: '0.0.0',
|
||||
version: '0.1.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.52.0',
|
||||
default_options: [
|
||||
|
@ -55,7 +55,7 @@ pkgconfig.generate(
|
|||
version: meson.project_version(),
|
||||
filebase: meson.project_name(),
|
||||
name: meson.project_name(),
|
||||
description: 'Hardware composer library',
|
||||
description: 'KMS plane library',
|
||||
)
|
||||
|
||||
subdir('example')
|
||||
|
|
Loading…
Reference in a new issue