From 2e4674ccde2e4ec7e6ebbfde4c23762e67b17886 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Nov 2024 12:48:30 +0100 Subject: [PATCH] increment version number to 0.31 --- debian/changelog | 6 ++++++ doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff92db0..69fb766 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-lukko (0.31) unstable; urgency=low + + * + + -- + cm4all-lukko (0.30) unstable; urgency=low * use open(O_NONBLOCK) to fix FIFO DoS vulnerability diff --git a/doc/conf.py b/doc/conf.py index 010ef0b..fd07160 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.30' +version = '0.31' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 5039908..86afc72 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Lukko', 'cpp', version: '0.30', +project('CM4all Lukko', 'cpp', version: '0.31', meson_version: '>= 1.0', default_options: [ 'cpp_std=c++2a',