summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-15 17:13:38 +0200
committerThomas Haller <thaller@redhat.com>2020-06-15 17:13:38 +0200
commitb3785245071a1d01232070cc81a3a419cc487315 (patch)
treef4cc23f5ffd55558ae7f27e71c3ebc6eeb5b788a
parentd7ff630425b1fd07ed6d547af0bede6217655fd8 (diff)
release: bump version to 1.27.0 (development)1.27.0-dev
-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 6e89a61873..acf9e9df6f 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], [90])
+m4_define([nm_minor_version], [27])
+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 03ab071b90..8eed507f08 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.90',
+ version: '1.27.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',