aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/version.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-12 17:52:37 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 14:39:42 +0200
commit7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 (patch)
tree38150a1912a234ec28c84395858ad2a82019cfaf /odb/qt/version.hxx
parent621bc135b9825fc9f18ada204f67d3800c5f6fda (diff)
Add qt/smart-ptr implementation
Diffstat (limited to 'odb/qt/version.hxx')
-rw-r--r--odb/qt/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx
index 9f97768..a186f40 100644
--- a/odb/qt/version.hxx
+++ b/odb/qt/version.hxx
@@ -29,15 +29,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 10251
+#if ODB_VERSION != 10300
# error incompatible odb interface version detected
#endif
// libodb-qt version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_QT_VERSION 1029951
-#define LIBODB_QT_VERSION_STR "1.3.0.b1"
+#define LIBODB_QT_VERSION 1030000
+#define LIBODB_QT_VERSION_STR "1.3.0"
#include <odb/post.hxx>