aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/version.hxx')
-rw-r--r--xsd-frontend/version.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/xsd-frontend/version.hxx b/xsd-frontend/version.hxx
new file mode 100644
index 0000000..1e147bf
--- /dev/null
+++ b/xsd-frontend/version.hxx
@@ -0,0 +1,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