summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-07-13 20:11:58 +0200
committerThomas Haller <thaller@redhat.com>2020-07-13 20:11:58 +0200
commit8582a5f356b758b9fc44f977fbad10132fcbd926 (patch)
tree4664f0dd21bd0e7cd17194fb304b428b79540446
parentca75400f006270d447face64e65f3d2442ad03be (diff)
release: bump version to 1.26.01.26.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 26223fceb5..118d54380c 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], [25])
-m4_define([nm_micro_version], [91])
+m4_define([nm_minor_version], [26])
+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 22e0b9eddf..a5f14648df 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.25.91',
+ version: '1.26.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',