diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-31 23:13:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-31 23:13:10 +0200 |
| commit | baef747c9365b6044db3c2dfbb859652bdde1d76 (patch) | |
| tree | 258affdacf1e997e3a0ab5a768797f085b3008ad /meson.build | |
| parent | 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (diff) | |
New upstream version 1.48.0 upstream/1.48.0
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 2466d69a..da78cdba 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.47.91', + version: '1.48.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |