Fix distcheck
authorTim-Philipp Müller <tim@centricular.com>
Thu, 17 Jan 2019 09:58:47 +0000 (09:58 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 17 Jan 2019 10:00:46 +0000 (10:00 +0000)
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

index 1de98b5..a1aa62a 100644 (file)
@@ -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()