diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-24 17:01:29 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-24 17:01:29 +0200 |
| commit | df14a83a8b0c4354a51b392ae51a084b4b9c1b5a (patch) | |
| tree | 803efa82300da2d7bd16b0e0a9e607ac5e4a419d /meson.build | |
| parent | f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (diff) | |
New upstream version 1.49.91 upstream/1.49.91
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 5acfbb67..61298fca 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.49.90', + version: '1.49.91', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |