diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-11 16:41:29 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-11 16:41:29 +0100 |
commit | 4e11b182a054313e6c785796d7665f8e2f1be4fe (patch) | |
tree | 4af8e006c034cc4dea81ca6a988f6b78c3c69ea6 | |
parent | 190ed7b2c98cc41f2b8c852b8a0563644d509b46 (diff) | |
download | NetworkManager-4e11b182a054313e6c785796d7665f8e2f1be4fe.tar.gz |
release: bump version to 1.29.90 (1.30-rc1)1.30-rc1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd3cf3caa6..98c225939b 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ 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], [11]) +m4_define([nm_micro_version], [90]) m4_define([nm_version], [nm_major_version.nm_minor_version.nm_micro_version]) diff --git a/meson.build b/meson.build index c3551e9c74..594fa63cf4 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.11', + version: '1.29.90', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |