We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312976c commit 0fb6eb6Copy full SHA for 0fb6eb6
meson.build
@@ -4,7 +4,7 @@
4
project(
5
'lxc',
6
'c',
7
- version: '6.0.3',
+ version: '6.0.4',
8
license: 'LGPLv2+',
9
default_options: [
10
'b_lto=true',
@@ -30,7 +30,7 @@ liblxc_version = '1.8.0'
30
version_data = configuration_data()
31
version_data.set('LXC_VERSION_MAJOR', '6')
32
version_data.set('LXC_VERSION_MINOR', '0')
33
-version_data.set('LXC_VERSION_MICRO', '3')
+version_data.set('LXC_VERSION_MICRO', '4')
34
version_data.set('LXC_VERSION_BETA', '')
35
version_data.set('LXC_ABI', liblxc_version)
36
version_data.set('LXC_DEVEL', '0')
0 commit comments