]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
meson: Fix library version
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 1 May 2022 08:22:05 +0000 (10:22 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 1 May 2022 08:24:34 +0000 (10:24 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson.build

index 2f01ec93c8b3f4c09b9cf9e6490382e3baf8c6f2..c9cefa20f9aefa9b28488887e12a05e8d064278c 100644 (file)
@@ -29,7 +29,7 @@ version_data.set('LXC_VERSION_MICRO', '7')
 version_data.set('LXC_ABI', '4.0.7')
 version_data.set('LXC_DEVEL', '1')
 version_data.set('LXC_VERSION', '4.0.7-devel')
-liblxc_version = '4.0.0'
+liblxc_version = '1.7.0'
 
 # Configuration options.
 conf = configuration_data()