aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlexandru N. Onea <alexandru.onea@toporcomputing.com>2019-04-09 01:23:10 +0300
committerAlexandru N. Onea <alexandru.onea@toporcomputing.com>2019-04-09 01:23:10 +0300
commit3a6abfad30dafcb1f39a12e6ee74f197cb776abf (patch)
treef2fafffd5533631d8c6e662b2f7ad5027df13c11 /meson.build
parente62ceb5618c40cbc900d9ad4f664d658b2bd83b0 (diff)
Initial version-bump.sh
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 d7e3a99..dda722d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('tinyalsa', 'c',
- version : run_command(find_program('scripts/version.py')).stdout().strip(),
+ version : run_command(find_program('scripts/version-bump.sh'), 'print', '-s').stdout().strip(),
meson_version : '>= 0.48.0')
tinyalsa_includes = include_directories('.', 'include')