summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-30 18:13:10 +0200
committerThomas Haller <thaller@redhat.com>2021-06-30 18:13:10 +0200
commitbf1b09702ed442a3efe426c8ceba4ef1e6bb1902 (patch)
tree421a73bc5843bdc1002f44b1d713b4dbce2f91d5
parent1216acefe813fe118f1c26b624d267c12d5ff82e (diff)
release: bump version to 1.32.21.32.2
-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 e52e440d60..928958d6d3 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], [1])
+m4_define([nm_micro_version], [2])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 4fe9a1af5f..07a7aa7305 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.1',
+ version: '1.32.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',