summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-04-03 09:04:42 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-04-03 09:04:42 +0200
commit9a8fe5f339f5fbe7e6679dbcad7ec95ab5ba658d (patch)
tree53b595c78321fa660d0e8595a983d196cbb9b166 /meson.build
parentacd734e7b7a4548a9499a649f7f79c4b1179faf4 (diff)
downloadNetworkManager-9a8fe5f339f5fbe7e6679dbcad7ec95ab5ba658d.tar.gz
release: bump version to 1.17.2 (development)1.17.2-dev
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 ee74e54d76..ab030b4a1c 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.17.1',
+ version: '1.17.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',