diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-24 19:33:43 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-24 19:33:43 +0100 |
| commit | 4e966a21b9ef4fb910a5bd1a5699d404a65cfe55 (patch) | |
| tree | a6fd45f9fe8a937bc3ce766e94b724822da6fc15 /meson.build | |
| parent | e3f2ee969d065d2971170563c8aef77d5a0d39b9 (diff) | |
New upstream version 1.36.0 upstream/1.36.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 1c313ed8..5f86ee05 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.35.92', + version: '1.36.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |