aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/version.hxx
blob: dfe35bc05fac4f1be695680c7d5696f6341b538a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : xsd-frontend/version.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_FRONTEND_VERSION_HXX
#define XSD_FRONTEND_VERSION_HXX

#include <xercesc/util/XercesVersion.hpp>

#if _XERCES_VERSION < 30000
#  error Xerces-C++ 2-series is not supported
#endif

#endif  // XSD_FRONTEND_VERSION_HXX