diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-02-03 05:44:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-02-03 05:44:11 +0200 |
commit | bcd699c41fbc5369666643df1551ef97247ff56c (patch) | |
tree | 661f86a8cc8d1ae5e25a125d354fac448c20a86a | |
parent | afca29f82408ec3fd1bd117a9f19f58f343ba3cc (diff) |
-rw-r--r-- | odb/qt/version.hxx | 4 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx index 8932da7..a3262cc 100644 --- a/odb/qt/version.hxx +++ b/odb/qt/version.hxx @@ -43,8 +43,8 @@ // since if the Qt interface virsion is incremented then the bugfix version // must be incremented as well. // -#define LIBODB_QT_VERSION 2030000 -#define LIBODB_QT_VERSION_STR "2.3.0" +#define LIBODB_QT_VERSION 2030100 +#define LIBODB_QT_VERSION_STR "2.3.1" #include <odb/post.hxx> @@ -1 +1 @@ -2.3.0 +2.3.1 |