summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-12-07 14:17:43 +0100
committerThomas Haller <thaller@redhat.com>2020-12-07 14:17:43 +0100
commite60937c113932a67a5e92e8ec9c47dab930e7a53 (patch)
treea8d5822f7f884b3b8a991e5d417d24c4b38cffe4
parent2b3c34ea07b0dc2a60b50e5e82a8b233dfc5f9bd (diff)
release: bump version to 1.26.7 (development)1.26.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 ad65346bd0..96bb7113fd 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], [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 d8f18ad853..0b7a9c276f 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.6',
+ version: '1.26.7',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',