diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-05 18:15:13 +0200 |
| commit | 58affb29b8386d6d26359da604a64fefe7ae0a60 (patch) | |
| tree | 6c0c9b519e431ca178070c89f516dbaa660bbddb /meson.build | |
| parent | 8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 (diff) | |
New upstream version 1.48.4 upstream/1.48.4
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 0adbc2bf..5e26346b 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.48.2', + version: '1.48.4', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |