From 36abb3062d906f7ac98110a94c9b3ed526700666 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 2 Jul 2019 15:40:14 +0100
Subject: [PATCH] build: Fix version number in config.h

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a1f7201ba..3a71b803b 100644
--- a/meson.build
+++ b/meson.build
@@ -233,7 +233,7 @@ endif
 cc = meson.get_compiler('c')
 
 conf_data = configuration_data()
-conf_data.set('VERSION', version)
+conf_data.set_quoted('VERSION', version)
 
 configure_file(
   input : 'config.h.in',
-- 
GitLab