From 7db38e8c622c2cd23d7a38e3cf70cb1b00dbc838 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 12 Apr 2011 17:52:37 +0200 Subject: Add qt/smart-ptr implementation --- odb/qt/version.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/qt/version.hxx') 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 -- cgit v1.1