about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2019-03-19 16:15:36 +0100
committerSebastien Bacher <seb128@ubuntu.com>2019-03-19 16:15:36 +0100
commitb225b477d3f6e110bf61ccd88e4ad176504e36b0 (patch)
treea359958930d731e9f1b59344642e10754419fe84 /meson.build
parentdd428301eb6f02542015121d7b08d9997f137e50 (diff)
New upstream version 1.16.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 17cfdf9c..49818791 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.15.91',
+  version: '1.16.0',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',