diff --git a/debian/changelog b/debian/changelog index fd7c762..300f8c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-lukko (0.30) unstable; urgency=low + + * + + -- + cm4all-lukko (0.29) unstable; urgency=low * obey the NO_PASSWORD=sftp translation packet diff --git a/doc/conf.py b/doc/conf.py index beb46cc..010ef0b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.29' +version = '0.30' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 5512fc8..89bdf71 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Lukko', 'cpp', version: '0.29', +project('CM4all Lukko', 'cpp', version: '0.30', meson_version: '>= 0.56', default_options: [ 'cpp_std=c++2a',