summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-16 19:48:59 +0200
committerThomas Haller <thaller@redhat.com>2021-06-16 19:48:59 +0200
commitd9c0d43879e8420dda6482b05341dcfeedf7be43 (patch)
treede4e8e4f2b37098cb5ac82b600e90ef2974ebb32
parentf330413f8a5375f055004cd89649f26dfec18bfd (diff)
release: bump version to 1.32.01.32.0
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8ac99d98a8..9f4224c096 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], [31])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [32])
+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 54427bcbf0..ac6c8a6565 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.31.90',
+ version: '1.32.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',