summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-05-04 14:33:32 +0200
committerThomas Haller <thaller@redhat.com>2022-05-04 14:33:32 +0200
commita845a3425f9500f85fad62a9f2f08f320241b0fa (patch)
treefa12ced8b812306a0b5c96036d43b051a51d3152
parent5c3d538d6da4a220da263d4aa986b052bf59bd1b (diff)
release: bump version to 1.37.92 (1.38-rc3) (development)1.38-rc3
-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 facfa9f0b6..038cda33c3 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], [37])
-m4_define([nm_micro_version], [91])
+m4_define([nm_micro_version], [92])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 11043e890e..df7eb948c4 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.37.91',
+ version: '1.37.92',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',