summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parentfb49607de12fa327deb4b52be6e25d8c41441d51 (diff)
downloadNetworkManager-c438f01b19e180fc15cb860321c3ba5cd821adfd.tar.gz
release: bump version to 1.20.01.20.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',