aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/version.hxx
blob: 1e147bff396b7737def471ffe0f2986250670e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : xsd-frontend/version.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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