Skip to content

Commit 0fb6eb6

Browse files
committed
Release LXC 6.0.4
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
1 parent 312976c commit 0fb6eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project(
55
'lxc',
66
'c',
7-
version: '6.0.3',
7+
version: '6.0.4',
88
license: 'LGPLv2+',
99
default_options: [
1010
'b_lto=true',
@@ -30,7 +30,7 @@ liblxc_version = '1.8.0'
3030
version_data = configuration_data()
3131
version_data.set('LXC_VERSION_MAJOR', '6')
3232
version_data.set('LXC_VERSION_MINOR', '0')
33-
version_data.set('LXC_VERSION_MICRO', '3')
33+
version_data.set('LXC_VERSION_MICRO', '4')
3434
version_data.set('LXC_VERSION_BETA', '')
3535
version_data.set('LXC_ABI', liblxc_version)
3636
version_data.set('LXC_DEVEL', '0')

0 commit comments

Comments
 (0)