Skip to content
Snippets Groups Projects
Commit 36abb306 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Fix version number in config.h

parent b8e9a7ef
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment