diff --git a/debian/changelog b/debian/changelog index fb1335e..e93d96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-spawn (0.14) unstable; urgency=low + + * + + -- + cm4all-spawn (0.13) unstable; urgency=low * reaper: flush "print" statements immediately diff --git a/doc/conf.py b/doc/conf.py index 597cce9..1f41d3a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ # built documents. # # The short X.Y version. -version = '0.13' +version = '0.14' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 5030bb6..5a95d2c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all spawn', 'cpp', version: '0.13', +project('CM4all spawn', 'cpp', version: '0.14', meson_version: '>= 0.56', default_options: [ 'cpp_std=c++2a',