meson: Post-release bump to 0.12.15

This was done for configure.ac earlier, but is missing in meson.build

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2018-06-20 10:57:56 +02:00 committed by Frediano Ziglio
parent dec80bfe28
commit dca5931a3a

View File

@ -2,7 +2,7 @@
# project definition
#
project('spice-protocol', 'c',
version : '0.12.14',
version : '0.12.15',
license : 'BSD',
meson_version : '>= 0.41.0')