summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-06 12:22:44 +0200
committerThomas Haller <thaller@redhat.com>2019-08-06 12:22:44 +0200
commitc438f01b19e180fc15cb860321c3ba5cd821adfd (patch)
tree756aef11c45156169ce6badbc35a6a0ef29ffe35
parentfb49607de12fa327deb4b52be6e25d8c41441d51 (diff)
release: bump version to 1.20.01.20.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 86aac8a920..2d0e92522d 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], [19])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [20])
+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 e0e560c620..efad8426b8 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.19.90',
+ version: '1.20.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',