aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-08-09 14:02:08 +1200
committerScott Anderson <scott@anderso.nz>2018-08-09 14:02:08 +1200
commit189e8ab03703f906e7c7b892fcf72e8bf7ad3f49 (patch)
treec2ba672c46f49191f8ebf19d7620003bd53a1a9e
parent8a07f0f19ae49b1ccd7c15ef63643b10503f7a65 (diff)
downloadexternal_drm_info-1.0.0.tar.gz
external_drm_info-1.0.0.tar.bz2
external_drm_info-1.0.0.zip
Version bumpv1.0.0
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a194052..271e725 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('drm_info', 'c',
- version: '0.0.1',
+ version: '1.0.0',
license: 'MIT',
default_options: [
'c_std=c11',
@@ -11,4 +11,5 @@ add_project_arguments('-D_POSIX_C_SOURCE=200809L', language: 'c')
executable('drm_info', 'drm_info.c',
dependencies: dependency('libdrm', version: '>= 2.4.74'),
+ install: true,
)