diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-21 11:16:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-21 11:16:18 +0200 |
commit | f0a6f68a5f5596e4938f02531b55338b783a6cae (patch) | |
tree | 33cb1076b86b352e08522cee37899cda9cbfbcd4 | |
parent | 860e8a62ad439faef0d28bee669a3f8943f78fec (diff) |
Bump version to 2.2.12.2.1
-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 6663c5e..854cb6a 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 2020000 -#define LIBODB_MSSQL_VERSION_STR "2.2.0" +#define LIBODB_MSSQL_VERSION 2020100 +#define LIBODB_MSSQL_VERSION_STR "2.2.1" #include <odb/post.hxx> @@ -1 +1 @@ -2.2.0 +2.2.1 |