summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-04-20 17:48:34 +0200
committerThomas Haller <thaller@redhat.com>2022-04-20 17:48:34 +0200
commit47a46344c74e5428b7bad1212a9fc3e68adba2b5 (patch)
treef3aaa0a3d66344cc3fbb20abac5a89ecaf28965a
parentc041b0274428fd5bb06edc47c3279d6dc184aa77 (diff)
release: bump version to 1.39.2 (development)1.39.2-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 24107f163b..6d5f265029 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], [39])
-m4_define([nm_micro_version], [1])
+m4_define([nm_micro_version], [2])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index edf4b377fa..c20bc175b6 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.39.1',
+ version: '1.39.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',