summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-12-01 08:16:53 +0100
committerThomas Haller <thaller@redhat.com>2018-12-01 08:16:54 +0100
commit913feaed77e7079df1cb522b55f7c9761e020364 (patch)
tree2f889cb1ebefc402ff5475b8d987aad866aa94e3
parent8640180a3a54909e0a6a847c502f1c5a9e62029a (diff)
release: bump version to 1.12.61.12.6
-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 bbfe6c048d..3ac781f425 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], [5])
+m4_define([nm_micro_version], [6])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index c157480ff7..c60c883fff 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.5',
+ version: '1.12.6',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',