summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-03-15 16:15:02 +0100
committerThomas Haller <thaller@redhat.com>2019-03-15 16:15:04 +0100
commit15a6b41239e9abc44f128d2721f63c2ce09a40ec (patch)
treed562896e7790f7f54f61504c3785ac7d9533195e
parent960f9fe9376de3786e213dd399b88ad6abe2ae68 (diff)
release: bump version to 1.16.01.16.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 9a8f7066a4..967eac032f 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], [15])
-m4_define([nm_micro_version], [91])
+m4_define([nm_minor_version], [16])
+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 17cfdf9c4a..4981879147 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',