From 887f12058bb6d4996a41a31d47a25a6c7b1bd18e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Aug 2024 14:31:19 +0200 Subject: [PATCH] increment version number to 0.29 --- 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 6878fa7..0a4712a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-lukko (0.29) unstable; urgency=low + + * + + -- + cm4all-lukko (0.28) unstable; urgency=low * increase listener backlog to 1024 diff --git a/doc/conf.py b/doc/conf.py index fcebb07..beb46cc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.28' +version = '0.29' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 3e3b338..5512fc8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Lukko', 'cpp', version: '0.28', +project('CM4all Lukko', 'cpp', version: '0.29', meson_version: '>= 0.56', default_options: [ 'cpp_std=c++2a',