diff --git a/debian/changelog b/debian/changelog index 03215b2..f5502d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-myproxy (0.19) unstable; urgency=low + + * + + -- + cm4all-myproxy (0.18) unstable; urgency=low * pg: fix assertion failure diff --git a/doc/conf.py b/doc/conf.py index 33068c3..d047b35 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The short X.Y version. -version = '0.18' +version = '0.19' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index a2884db..d2029a1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all MyProxy', 'cpp', version: '0.18', +project('CM4all MyProxy', 'cpp', version: '0.19', meson_version: '>= 1.0', default_options: [ 'cpp_std=c++2a',