aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/version.hxx
blob: 41fb0371013ec37dc2d968a37bf53a6a0cad960c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : xsd-frontend/version.hxx
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// 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