diff --git a/debian/changelog b/debian/changelog index a049434..0bd47f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-lukko (0.24) unstable; urgency=low + + * + + -- + cm4all-lukko (0.23) unstable; urgency=low * ssh: use PRNG instead of getrandom() for padding diff --git a/doc/conf.py b/doc/conf.py index 16196b6..ac592cd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.23' +version = '0.24' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 778435a..9bdf96b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Lukko', 'cpp', version: '0.23', +project('CM4all Lukko', 'cpp', version: '0.24', meson_version: '>= 0.56', default_options: [ 'cpp_std=c++2a',