]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Release LXC 6.0.4 v6.0.4
authorStéphane Graber <stgraber@stgraber.org>
Thu, 3 Apr 2025 19:42:48 +0000 (15:42 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Thu, 3 Apr 2025 19:42:48 +0000 (15:42 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
meson.build

index 72e6f3b04a83945db2f3b0d8fb69d080b5f771ff..0976a3dc1cc79340a79759389ee5fd34927f7756 100644 (file)
@@ -4,7 +4,7 @@
 project(
     'lxc',
     'c',
-    version: '6.0.3',
+    version: '6.0.4',
     license: 'LGPLv2+',
     default_options: [
         'b_lto=true',
@@ -30,7 +30,7 @@ liblxc_version = '1.8.0'
 version_data = configuration_data()
 version_data.set('LXC_VERSION_MAJOR', '6')
 version_data.set('LXC_VERSION_MINOR', '0')
-version_data.set('LXC_VERSION_MICRO', '3')
+version_data.set('LXC_VERSION_MICRO', '4')
 version_data.set('LXC_VERSION_BETA', '')
 version_data.set('LXC_ABI', liblxc_version)
 version_data.set('LXC_DEVEL', '0')