summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-21 12:45:52 +0200
committerThomas Haller <thaller@redhat.com>2019-04-21 12:45:54 +0200
commitcb739531832730e0585a740cd389c715d072cd72 (patch)
treea0aff1b4c2ccc8e28c6226c4ef9e4d883fdbec38
parentb86830512e6150030d1eca79bb22ba81d0ef0638 (diff)
release: bump version to 1.18.01.18.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 e1ca1717f8..bf1967802f 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], [17])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [18])
+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 91950142e9..27bcd03389 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.90',
+ version: '1.18.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',