summaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-20 06:48:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-20 06:48:28 +0200
commit8fceda2b30ecfa4458159e3c765e0aac7004f2f6 (patch)
treefc35dedf7e5bc5cfc1bc8e7458d986d7d8802c97 /odb/version.hxx
parente85b07722107d00e4a3182ff4d33274a617bb55a (diff)
parent19ba3497c0788f02fc417f441d87c96ce23f9446 (diff)
Merge branch 'master' into bulk
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 90003e9..ac831c1 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -24,12 +24,12 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20303
-#define ODB_VERSION_STR "2.4.a3"
+#define ODB_VERSION 20304
+#define ODB_VERSION_STR "2.4.a4"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2039903
-#define ODB_COMPILER_VERSION_STR "2.4.0.a3"
+#define ODB_COMPILER_VERSION 2039904
+#define ODB_COMPILER_VERSION_STR "2.4.0.a4"
#endif // ODB_VERSION_HXX