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',