diff --git a/debian/changelog b/debian/changelog index 161921e..a5f63fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-lukko (0.27) unstable; urgency=low + + * + + -- + cm4all-lukko (0.26) unstable; urgency=low * listener: send TOO_MANY_CONNECTIONS if max_connections_per_ip is diff --git a/doc/conf.py b/doc/conf.py index c8d9a93..9702c3d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.26' +version = '0.27' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 07407b1..4d5bf37 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Lukko', 'cpp', version: '0.26', +project('CM4all Lukko', 'cpp', version: '0.27', meson_version: '>= 0.56', default_options: [ 'cpp_std=c++2a',