From a58b638736ad5efe0393ace97522c49949ba2f77 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 1 Jul 2021 14:34:53 +0200 Subject: [PATCH] build: bump version to 0.1.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 554174a..3846179 100644 --- a/meson.build +++ b/meson.build @@ -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')