diff options
| author | Michael Biebl <biebl@debian.org> | 2022-11-30 22:12:06 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-11-30 22:12:06 +0100 |
| commit | 2ab014ec3facb9be7bbb35a9d1da09ebd68062ff (patch) | |
| tree | 643c1db586704e2854c45dd9876bd8f53de7f0cf /meson.build | |
| parent | dbc388c3d1132f291cf4d62455d77e71d0918dcc (diff) | |
| parent | 6e9d10e114f94799d54bb3dabc66e35ab4e3e8cd (diff) | |
Update upstream source from tag 'upstream/1.40.6'
Update to upstream version '1.40.6' with Debian dir 995c17f2457605bd5b8a89c5aebbf9193b658fef
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', |