summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-25 12:21:34 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-25 12:21:34 +0200
commit1e74a4b43e571cbdc07c4029129fb30cc5037a50 (patch)
treed5781ba6985b86270ba253db45bb4dcbb7e474a3
parente4c40c809f0d4931bb67bfd734e18739c35aad79 (diff)
release: bump version to 1.12.21.12.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 f99e3c9d1a..60df05cf3e 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], [12])
-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 05e227b790..0fb21e2bc7 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.12.1',
+ version: '1.12.2',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',