]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Release LXC 5.0.2 lxc-5.0.2
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 16 Jan 2023 21:08:50 +0000 (16:08 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 16 Jan 2023 21:08:50 +0000 (16:08 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson.build

index 1194d67eba6b64764cc8c41ebf3d544645c0a1ae..1b2d6736d0050b3dbd2978b179c0d06a59b6e13e 100644 (file)
@@ -4,7 +4,7 @@
 project(
     'lxc',
     'c',
-    version: '5.0.1',
+    version: '5.0.2',
     license: 'LGPLv2+',
     default_options: [
         'b_lto=true',
@@ -30,7 +30,7 @@ liblxc_version = '1.7.0'
 version_data = configuration_data()
 version_data.set('LXC_VERSION_MAJOR', '5')
 version_data.set('LXC_VERSION_MINOR', '0')
-version_data.set('LXC_VERSION_MICRO', '1')
+version_data.set('LXC_VERSION_MICRO', '2')
 version_data.set('LXC_VERSION_BETA', '')
 version_data.set('LXC_ABI', liblxc_version)
 version_data.set('LXC_DEVEL', '0')