From ce007a7dcbf649da9eefb39853b32f8da7e7f402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 17 Jan 2019 09:58:47 +0000 Subject: [PATCH] Fix distcheck Work around broken disthook check in release.mak so we don't have to update the common submodules for that (applies only to this module because the version number is in the top-level meson.build but the package/dist directory is a subdir). This only became a problem now because the common submodule hadn't been updated for the last few years. --- validate/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validate/meson.build b/validate/meson.build index 1de98b5b2f..a1aa62a3b8 100644 --- a/validate/meson.build +++ b/validate/meson.build @@ -1,3 +1,5 @@ +# version: '1.15.1' - we're putting this in here to trick the dist-hook check +# in release.mak in the common submodule without having to update it inc_dirs = include_directories('.') cdata = configuration_data()