summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-04 18:03:56 +0200
committerThomas Haller <thaller@redhat.com>2021-06-04 18:03:56 +0200
commitbe89b39828580db7186b53ee00236a4f171e69f0 (patch)
tree081998a415860a94df1e1de30817645c5461624c
parentd18172bb2b16b84e9d7a41e006a23fb628d0dd77 (diff)
release: bump version to 1.31.90 (1.32-rc1)1.32-rc1
-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 b80c933376..8ac99d98a8 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], [31])
-m4_define([nm_micro_version], [5])
+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 7b6ec42319..54427bcbf0 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.5',
+ version: '1.31.90',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',