summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-10-18 15:40:55 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-10-19 16:13:28 +0200
commitef5ada1d1d53b04a468dc44838afb459f85e95e7 (patch)
tree610f7fcc2335b90f3ce54a5c6fcf5c949b229766
parent7d3fba9366b6b5bf52f793569dd6a73db82503fb (diff)
release: bump version to 1.14.21.14.2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f8e425ecce..be7b0b6b50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl "shared/nm-version-macros.h.in"
dnl - update number in meson.build
m4_define([nm_major_version], [1])
m4_define([nm_minor_version], [14])
-m4_define([nm_micro_version], [1])
+m4_define([nm_micro_version], [2])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index b89c7b51d7..720630b72f 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.14.1',
+ version: '1.14.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',