Skip to content

Commit

Permalink
Release LXC 5.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jul 25, 2023
1 parent 85d3f4b commit cb8e38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Expand Up @@ -4,7 +4,7 @@
project(
'lxc',
'c',
version: '5.0.2',
version: '5.0.3',
license: 'LGPLv2+',
default_options: [
'b_lto=true',
Expand All @@ -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')
Expand Down

0 comments on commit cb8e38a

Please sign in to comment.