summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorClement Sibille <clements+git@lisible.xyz>2024-03-05 19:15:37 +0900
committerClement Sibille <clements+git@lisible.xyz>2024-03-05 19:15:37 +0900
commit4f36f9c7294fee4935ab9f787ee7738635038bf5 (patch)
tree9159a84664793e9d863c4700c3b55acfc6612ebc /meson.build
parent4b7516a0ab8139ef7f13f96ea3f2e1725b2a35c1 (diff)
Add version number to build.meson
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 43f4eb8..de866e5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3'])
+project('lisiblepng', 'c', default_options: ['c_std=c18', 'warning_level=3'], version: '0.1.0')
subdir('lisiblepng')
subdir('lisiblepng-bin')
Go back to lisible.xyz