diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-11 16:52:45 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-11 16:52:45 +0100 |
commit | e2df6c7503e6d54e9228a21da6205227b1c86b90 (patch) | |
tree | 5bc64cb6e164d76578b9b1263544bf779b8c4976 | |
parent | 4e11b182a054313e6c785796d7665f8e2f1be4fe (diff) | |
download | NetworkManager-e2df6c7503e6d54e9228a21da6205227b1c86b90.tar.gz |
release: bump version to 1.31.0 (development)1.31.0-dev
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 98c225939b..63bc6831c8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ dnl - add corresponding NM_VERSION_x_y_z macros in dnl "shared/nm-version-macros.h.in" dnl - update number in meson.build m4_define([nm_major_version], [1]) -m4_define([nm_minor_version], [29]) -m4_define([nm_micro_version], [90]) +m4_define([nm_minor_version], [31]) +m4_define([nm_micro_version], [0]) m4_define([nm_version], [nm_major_version.nm_minor_version.nm_micro_version]) diff --git a/meson.build b/meson.build index 594fa63cf4..0ea0592419 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( # - add corresponding NM_VERSION_x_y_z macros in # "shared/nm-version-macros.h.in" # - update number in configure.ac - version: '1.29.90', + version: '1.31.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |