aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-12-17 15:26:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-12-17 15:26:22 +0200
commitca21933a4be6616ea479d27b753645211a6f978c (patch)
tree8ba8abfd5d2efc813ccb40242bc8dbc60d422ab3 /odb
parente4044d1f0e958228ed4c5a3a0c28adf0e028f083 (diff)
Bump version to 2.4.0.a5
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx
index 0671242..3ffb92f 100644
--- a/odb/oracle/version.hxx
+++ b/odb/oracle/version.hxx
@@ -29,15 +29,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20304
+#if ODB_VERSION != 20305
# error incompatible odb interface version detected
#endif
// libodb-oracle version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_ORACLE_VERSION 2039904
-#define LIBODB_ORACLE_VERSION_STR "2.4.0.a4"
+#define LIBODB_ORACLE_VERSION 2039905
+#define LIBODB_ORACLE_VERSION_STR "2.4.0.a5"
#include <odb/post.hxx>