diff options
| author | Michael Biebl <biebl@debian.org> | 2020-01-15 02:58:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-01-15 02:58:18 +0100 |
| commit | a6e869ff2617682b9bb1a18bb1183a93da1944b4 (patch) | |
| tree | cb5e18df06a85ab01b20a2b5ab50a8068aa289a0 /meson.build | |
| parent | ca847639aab94434daed120c874e1100c3d75dcf (diff) | |
| parent | 90c93214efba0966274224a93a77d235d4f8c034 (diff) | |
Update upstream source from tag 'upstream/1.22.4'
Update to upstream version '1.22.4' with Debian dir b815bf313b2d20bcdb91601c08f6f2560fcac04f
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 365fc015..183b381b 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.22.2', + version: '1.22.4', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |