From eb719b42cb01fc0f04e29aaab00851fe1ed01881 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Jan 2025 14:33:00 +0100 Subject: [PATCH] increment version number to 19.4 --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 932960f4a..1ea9f65e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-beng-proxy (19.4) unstable; urgency=low + + * + + -- + cm4all-beng-proxy (19.3) unstable; urgency=low * http/server: receive and splice using io_uring (disabled by default) diff --git a/meson.build b/meson.build index 4b7148f35..4e8371fe0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all beng-proxy', 'cpp', version: '19.3', +project('CM4all beng-proxy', 'cpp', version: '19.4', meson_version: '>= 1.0', default_options: [ 'cpp_std=c++20',