Release LXC 5.0.3

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2023-07-25 18:00:11 -04:00
parent 85d3f4b1df
commit cb8e38aca2
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -4,7 +4,7 @@
project(
'lxc',
'c',
version: '5.0.2',
version: '5.0.3',
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', '2')
version_data.set('LXC_VERSION_MICRO', '3')
version_data.set('LXC_VERSION_BETA', '')
version_data.set('LXC_ABI', liblxc_version)
version_data.set('LXC_DEVEL', '0')