From dca5931a3ac405139b8d05da68544cc43ae56d83 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 20 Jun 2018 10:57:56 +0200 Subject: [PATCH] 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 Acked-by: Frediano Ziglio --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5ed4177..31531e2 100644 --- a/meson.build +++ b/meson.build @@ -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')