diff options
author | Thomas Haller <thaller@redhat.com> | 2018-06-29 17:06:24 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-06-29 17:06:25 +0200 |
commit | 8964dbe8bc9cbe7300a48bffe86faee6b149fbf2 (patch) | |
tree | 36210788bc5cf5cffc09dbeffa35995e7115b56b | |
parent | db8696f164d0cf283ac38588f98b6403d878edcc (diff) | |
download | NetworkManager-8964dbe8bc9cbe7300a48bffe86faee6b149fbf2.tar.gz |
release: bump version to 1.12.01.12.0
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9f03d82903..97fe1b7c24 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], [11]) -m4_define([nm_micro_version], [90]) +m4_define([nm_minor_version], [12]) +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 7ef55362b2..6877f15f9e 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.11.90', + version: '1.12.0', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized', |