summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-10 19:16:43 +0200
committerThomas Haller <thaller@redhat.com>2021-08-10 19:16:43 +0200
commit55aa9eda0d47365c0804231797d62c69afd7c287 (patch)
tree5f5f6a7c42bcfebae8d1824feb7a3b320c41a9f5
parent921cfd8ef166abda219db718ae435d33cd83dfeb (diff)
downloadNetworkManager-55aa9eda0d47365c0804231797d62c69afd7c287.tar.gz
release: bump version to 1.32.9 (development)1.32.9-dev
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 366694340b..c4a816fc49 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], [32])
-m4_define([nm_micro_version], [8])
+m4_define([nm_micro_version], [9])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 0450eae751..dc274a9844 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.32.8',
+ version: '1.32.9',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',