Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
build: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jul 1, 2021
1 parent 37a5f27 commit a58b638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libliftoff',
'c',
version: '0.0.0',
version: '0.1.0',
license: 'MIT',
meson_version: '>=0.52.0',
default_options: [
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit a58b638

Please sign in to comment.