summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-14 21:02:42 +0200
committerThomas Haller <thaller@redhat.com>2018-09-14 21:02:42 +0200
commit2979c891c4af7584780924e92b6d448b7d6cd328 (patch)
tree2c5e125d936890dc930bcdce8d4b3978e6461680
parent93727f13e8990b245330a4d2471e8da4473ccc62 (diff)
release: bump version to 1.14.01.14.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 22ace23455..ff5d5f7100 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], [13])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [14])
+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 50d6795a85..da0e800942 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.13.90',
+ version: '1.14.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',