summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-10-19 17:31:21 +0200
committerThomas Haller <thaller@redhat.com>2022-10-19 17:31:21 +0200
commit61cfdae2e668971ef8bcf923421b50e761d89db9 (patch)
tree931ca36f3b7d47a90376e9dbba190110bdbeb1df
parent93aaa3f0df4777a1bac1958b1b6772eaf44e164d (diff)
release: bump version to 1.38.7 (development)1.38.7-dev
-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 71efd392c8..a5dac1c3c5 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], [38])
-m4_define([nm_micro_version], [6])
+m4_define([nm_micro_version], [7])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index c7914d5d8a..164b59bfd1 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.38.6',
+ version: '1.38.7',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',