summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-18 18:09:31 +0100
committerThomas Haller <thaller@redhat.com>2021-02-18 18:09:31 +0100
commitfc29a96097e0f11ab963c27036b6b8b3e1f3d42b (patch)
treef445e6aaeda779d2935e43b877e7a03fd3b89215
parent9e16c4cc94aef63e972fb7ca770fa104d5de1332 (diff)
release: bump version to 1.30.01.30.0
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9d37ce6d7a..3e660ff7e1 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], [29])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [30])
+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 1bfe20249d..9fcb2f6e7a 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "shared/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.29.90',
+ version: '1.30.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',