diff options
| author | Michael Biebl <biebl@debian.org> | 2022-11-30 22:10:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-11-30 22:10:53 +0100 |
| commit | 6e9d10e114f94799d54bb3dabc66e35ab4e3e8cd (patch) | |
| tree | 1e0cc2ec0d3d9435860260632c4ae699a3d08cec /meson.build | |
| parent | 913bcb40f6c699f8a38351c69e7ea263fe78f71f (diff) | |
New upstream version 1.40.6 upstream/1.40.6
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 246359a5..fbf4bf8d 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "src/libnm-core-public/nm-version-macros.h.in" # - update number in configure.ac - version: '1.40.4', + version: '1.40.6', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |