summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-02 21:47:58 +0200
committerThomas Haller <thaller@redhat.com>2020-05-02 21:47:58 +0200
commit496fea7db82a58e7dfb4d559fef215f88fcc1cca (patch)
treef4e56d82847728a2305c7718ef77835c613a9734
parentbd0a7134956221ebe7740121f42ba6088350b08e (diff)
release: bump version to 1.23.91 (1.24-rc2)1.24-rc2
-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 a4d3dfe6c8..72753fc8da 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], [23])
-m4_define([nm_micro_version], [90])
+m4_define([nm_micro_version], [91])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 301ff20458..63e237b45e 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.23.90',
+ version: '1.23.91',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',