aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-29 17:07:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-29 17:07:44 +0200
commit95cff3a5484c63b6e41163f6a222438cda33e135 (patch)
treed2781cb3a2fa19911bd60f9f899badf8e29c77e9
parent0de630f3255df7817db597caad03cb5c8580cd00 (diff)
Add ODB_VERSION for ODB compiler
-rw-r--r--odb/version-build2.hxx.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/version-build2.hxx.in b/odb/version-build2.hxx.in
index 95d80d8..3aeb8ae 100644
--- a/odb/version-build2.hxx.in
+++ b/odb/version-build2.hxx.in
@@ -4,6 +4,10 @@
#ifndef LIBODB_VERSION // Note: using the version macro itself.
+// For the ODB compiler (temporary).
+//
+#define ODB_VERSION 20451
+
// Note: using build2 standard versioning scheme. The numeric version format
// is AAABBBCCCDDDE where:
//