diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-24 21:01:12 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-24 21:01:12 +0200 |
| commit | 3626b425d1bc017fdc6f1ea0cfd329d1e1681641 (patch) | |
| tree | e3eb1ffa953bc2ca100c9c50ab2aaa8cbfffa8f0 /meson.build | |
| parent | 6518e361171f64bcaaa4bf868139362ed95cc2e0 (diff) | |
New upstream version 1.14.4 upstream/1.14.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 720630b7..eebc7232 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.14.2', + version: '1.14.4', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |