diff options
author | Timo Teräs <timo.teras@iki.fi> | 2020-10-02 12:16:30 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-10-02 14:17:32 +0300 |
commit | 4a1f033a8f2adc844de620285828072222b3cfeb (patch) | |
tree | d4c53c66e5b1ddb6d723f6b6c15731307de561af /meson.build | |
parent | 39e31b37e6ec23b6e0508bfe44b4e3a366846d8f (diff) | |
download | apk-tools-4a1f033a8f2adc844de620285828072222b3cfeb.tar.gz apk-tools-4a1f033a8f2adc844de620285828072222b3cfeb.tar.bz2 apk-tools-4a1f033a8f2adc844de620285828072222b3cfeb.tar.xz apk-tools-4a1f033a8f2adc844de620285828072222b3cfeb.zip |
build: adopt meson build for v3 branch
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9bf7748..b30172d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'apk-tools', ['c'], default_options : ['c_std=gnu99'], - version: '2.10.5', + version: '3.0.0_pre0', meson_version: '>=0.51' ) pkgc = import('pkgconfig') |