From 71383394d59f190afe7f3b20d05f05da400eb267 Mon Sep 17 00:00:00 2001 From: Stanislas FAYE Date: Fri, 5 Jul 2024 13:33:24 +0200 Subject: [PATCH] release: bump version to 1.49.2 (development) --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 16970b2456..796c2d7735 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], [49]) -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 6f3d937978..3a35164461 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.49.1', + version: '1.49.2', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',