diff --git a/debian/changelog b/debian/changelog index 0e3624d..484eb56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cm4all-cash (0.6) unstable; urgency=low + + * + + -- + cm4all-cash (0.5) unstable; urgency=low * throttle scanning huge directories (reduce memory usage) diff --git a/meson.build b/meson.build index 7259f8c..6eff62b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('CM4all Cash', 'cpp', version: '0.5', +project('CM4all Cash', 'cpp', version: '0.6', meson_version: '>= 1.0', default_options : [ 'cpp_std=c++20',