summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-19 20:26:31 +0100
committerThomas Haller <thaller@redhat.com>2023-01-19 20:26:31 +0100
commit700cd20d4dad91f38497b74df76b0e2d1177a4fd (patch)
tree5fa1be3fc1dadf676cd77289e34d7c9031c6c6a5
parent093bbd0fcf2d82aa7958e3714f603d587c5ad727 (diff)
release: bump version to 1.43.0 (development)1.43.0-dev
-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 bb9be0b33a..69e6c67272 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], [41])
-m4_define([nm_micro_version], [90])
+m4_define([nm_minor_version], [43])
+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 b5e8701ac6..d864ce8fd3 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
# - add corresponding NM_VERSION_x_y_z macros in
# "src/libnm-core-public/nm-version-macros.h.in"
# - update number in configure.ac
- version: '1.41.90',
+ version: '1.43.0',
license: 'GPL2+',
default_options: [
'buildtype=debugoptimized',