summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-06-15 17:01:38 +0200
committerThomas Haller <thaller@redhat.com>2018-06-15 17:16:18 +0200
commite0d7e2933432bcf3f2c421b242084552b6783b95 (patch)
tree7c779f67d77dd1a86a2850fe858408b8681a3719
parentcc3d577acd3a4a16ec0d065d2c4bfd3ed90b10bc (diff)
release: bump version to 1.11.90 (1.12-rc1)1.12-rc1
-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 0ca1248bf6..641af9bfc0 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], [11])
-m4_define([nm_micro_version], [4])
+m4_define([nm_micro_version], [90])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
diff --git a/meson.build b/meson.build
index f4237aacf6..7ef55362b2 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.4',
+ version: '1.11.90',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',