diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-05 10:59:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-05 10:59:31 +0200 |
commit | f301e6ae8a836dff7face65e24e2de29e077166b (patch) | |
tree | 3b239952046c322bffcdec23c449ea7adfae1259 | |
parent | edf29e0bb4a2bf078c3b02c54ab808a1a11b7753 (diff) |
-rw-r--r-- | odb/mssql/version.hxx | 4 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx index 438fae4..78f3bf4 100644 --- a/odb/mssql/version.hxx +++ b/odb/mssql/version.hxx @@ -36,8 +36,8 @@ // libodb-mssql version: odb interface version plus the bugfix // version. // -#define LIBODB_MSSQL_VERSION 2010000 -#define LIBODB_MSSQL_VERSION_STR "2.1.0" +#define LIBODB_MSSQL_VERSION 2010100 +#define LIBODB_MSSQL_VERSION_STR "2.1.1" #include <odb/post.hxx> @@ -1 +1 @@ -2.1.0 +2.1.1 |