diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-21 12:33:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-21 12:33:56 +0200 |
commit | 4fa9af2045dee259949c89cc6e0fa93adc326869 (patch) | |
tree | b27b4913152a7c296827bfa8606ebcff8285d655 | |
parent | ea422fe75321b1b1613107915e47c2ef9532cd3a (diff) |
Bump version to 2.2.22.2.2
-rw-r--r-- | odb/version.hxx | 4 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/odb/version.hxx b/odb/version.hxx index 478c886..80eaea8 100644 --- a/odb/version.hxx +++ b/odb/version.hxx @@ -31,8 +31,8 @@ // libodb version: interface version plus the bugfix version. // -#define LIBODB_VERSION 2020100 -#define LIBODB_VERSION_STR "2.2.1" +#define LIBODB_VERSION 2020200 +#define LIBODB_VERSION_STR "2.2.2" #include <odb/post.hxx> @@ -1 +1 @@ -2.2.1 +2.2.2 |