summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-08-19 09:39:39 +0200
committerThomas Haller <thaller@redhat.com>2020-08-19 09:39:39 +0200
commitc3c6c426dfca621fa71dceacbba2789b9f8ce144 (patch)
tree811657adb396ce0d5ac29216e46ef3610b24b404
parent50761daae888152b8d20195b82120838c212ba41 (diff)
release: bump version to 1.26.21.26.2
-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 de6a107169..c8a1883aea 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], [26])
-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 ee57732ec9..4767edab3d 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.26.1',
+ version: '1.26.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',