bump version

This commit is contained in:
Alexander Epaneshnikov 2021-06-19 10:26:15 +03:00
commit 569e9f5b0e
No known key found for this signature in database
GPG key ID: 1736C918F59A5673

View file

@ -1,7 +1,7 @@
project('espeakup', 'c',
default_options : ['buildtype=debugoptimized', 'c_std=gnu11', 'warning_level=3'],
license : 'GPL-3.0-or-later',
version : '0.81',
version : '0.90',
meson_version : '>=0.47.0')
cc = meson.get_compiler('c')