summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Cabral <acabral@redhat.com>2022-03-22 10:58:29 +0100
committerAna Cabral <acabral@redhat.com>2022-03-22 10:58:29 +0100
commitd274db150995ddc120963735963c98cd741add7d (patch)
treef6d2abe6d5d436916d6fb3da054fd72766b8bd49
parent36fbfca639336a120e22bed2646e0e7e51190883 (diff)
downloadnetwork-manager-applet-d274db150995ddc120963735963c98cd741add7d.tar.gz
release: bump version to 1.26.01.26.0
-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 d16973b3..1e901b27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
m4_define([nm_applet_major_version], [1])
-m4_define([nm_applet_minor_version], [25])
+m4_define([nm_applet_minor_version], [26])
m4_define([nm_applet_micro_version], [0])
m4_define([nm_applet_version],
[nm_applet_major_version.nm_applet_minor_version.nm_applet_micro_version])
diff --git a/meson.build b/meson.build
index 3c188b68..a405bbd3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'network-manager-applet', 'c',
- version: '1.25.0',
+ version: '1.26.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',