diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-05 09:18:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-05 09:18:20 +0200 |
commit | 5906467062142e497487790f31287e5f243dc57e (patch) | |
tree | bcaa640d7d530ebb47480e17811ae18d9f47b87e | |
parent | de2635357921729900d46bb12906cc2a339f9484 (diff) |
Bump version to 1.3.01.3.0
-rw-r--r-- | odb/boost/version.hxx | 6 | ||||
-rw-r--r-- | odb/boost/version.options | 2 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/odb/boost/version.hxx b/odb/boost/version.hxx index 05acb03..326322d 100644 --- a/odb/boost/version.hxx +++ b/odb/boost/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-boost version: odb interface version plus the bugfix // version. // -#define LIBODB_BOOST_VERSION 1029951 -#define LIBODB_BOOST_VERSION_STR "1.3.0.b1" +#define LIBODB_BOOST_VERSION 1030000 +#define LIBODB_BOOST_VERSION_STR "1.3.0" #include <odb/post.hxx> diff --git a/odb/boost/version.options b/odb/boost/version.options index c3e1313..51a47f6 100644 --- a/odb/boost/version.options +++ b/odb/boost/version.options @@ -8,6 +8,6 @@ # --hxx-prologue '#include <odb/boost/version.hxx>' -#--hxx-prologue '#if LIBODB_BOOST_VERSION != 1029951 // 1.3.0.b1' +#--hxx-prologue '#if LIBODB_BOOST_VERSION != 1030000 // 1.3.0' #--hxx-prologue '# error ODB and C++ compilers see different libodb-boost versions' #--hxx-prologue '#endif' @@ -1 +1 @@ -1.3.0.b1 +1.3.0 |