aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 954a15f..0242ac4 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -2,6 +2,10 @@
// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+#ifdef LIBODB_BUILD2
+# include <odb/version-build2.hxx>
+#else
+
#ifndef ODB_VERSION_HXX
#define ODB_VERSION_HXX
@@ -37,3 +41,4 @@
#include <odb/post.hxx>
#endif // ODB_VERSION_HXX
+#endif // LIBODB_BUILD2