From 2ebf9de408f3fd629126a20b21221e186195813c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 May 2017 12:47:14 +0300 Subject: Add libstudxml version check --- web/version.hxx.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/version.hxx.in (limited to 'web/version.hxx.in') diff --git a/web/version.hxx.in b/web/version.hxx.in new file mode 100644 index 0000000..90bbaa6 --- /dev/null +++ b/web/version.hxx.in @@ -0,0 +1,12 @@ +// file : web/version.hxx.in -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef WEB_VERSION_HXX_IN +#define WEB_VERSION_HXX_IN + +#include + +$libstudxml.check(LIBSTUDXML_VERSION, LIBSTUDXML_SNAPSHOT)$ + +#endif // WEB_VERSION_HXX_IN -- cgit v1.1