summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-29 18:25:51 +0200
committerThomas Haller <thaller@redhat.com>2020-09-29 18:25:51 +0200
commitfcbd86c3236d0eb968615da015d0b4ed13b812a8 (patch)
tree3bda9c68773cb9e6f1aa0d19b298333ad1f2fb38
parent1f0be3eed622f7ff91f6e375bf521642b4e9e0aa (diff)
release: bump version to 1.18.101.18.10
-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 c26b1ba7e1..99b3144003 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], [18])
-m4_define([nm_micro_version], [9])
+m4_define([nm_micro_version], [10])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index 6a1dbd8fec..fbb5e2896b 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.18.9',
+ version: '1.18.10',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',