summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-05-13 11:13:34 +0200
committerThomas Haller <thaller@redhat.com>2022-05-13 11:13:34 +0200
commit5704730a6c4e6851d4ba5471ea439502f7b72949 (patch)
tree20b767e09ef2f804d89660f3246faafe9c5b2ce2
parent3c1e2afaa9277688ed960482b665475905c5fb49 (diff)
release: bump version to 1.38.01.38.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 038cda33c3..09c69720c3 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], [37])
-m4_define([nm_micro_version], [92])
+m4_define([nm_minor_version], [38])
+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 df7eb948c4..7a7eb176ae 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.92',
+ version: '1.38.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',