From 526a51698173535312f6cab1408ac9a225063c9d Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Fri, 16 Feb 2024 19:49:25 +0200 Subject: [PATCH] Prepared release 2.41.3 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 90b54dab..793c7c45 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +16 February 2024: Overview of changes in 2.41.3 +================================================ + +* Fixed daemon buffer overflow #72 +* Updated translations + 15 October 2023: Overview of changes in 2.41.2 ================================================ diff --git a/configure.ac b/configure.ac index 6204a5e2..db2a48bb 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [41]) -m4_define([libgtop_micro_version], [2]) +m4_define([libgtop_micro_version], [3]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.