diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-08-01 15:37:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-08-01 15:40:44 +0200 |
commit | 113e01a2148c34821ef5bb671d015443a2e29c5a (patch) | |
tree | d5f280a4adcaf74c3c81360fff4605a298f38dda /libbutl-odb/odb/version.hxx | |
parent | 7200d2b484d16b7ddda4481ea7ef07034a5165c6 (diff) |
Update odb submodule to version 2.5.0-b.28.z
Diffstat (limited to 'libbutl-odb/odb/version.hxx')
-rw-r--r-- | libbutl-odb/odb/version.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libbutl-odb/odb/version.hxx b/libbutl-odb/odb/version.hxx index f918776..606b776 100644 --- a/libbutl-odb/odb/version.hxx +++ b/libbutl-odb/odb/version.hxx @@ -22,9 +22,9 @@ // 3.0.0-b.2 0000299999999995020 // 2.2.0-a.1.z 0000200001999990011 // -#define LIBODB_VERSION_FULL 200004999995270ULL -#define LIBODB_VERSION_STR "2.5.0-b.27" -#define LIBODB_VERSION_ID "2.5.0-b.27" +#define LIBODB_VERSION_FULL 200004999995281ULL +#define LIBODB_VERSION_STR "2.5.0-b.28.20240731125623.c6da3d9c4e9f" +#define LIBODB_VERSION_ID "2.5.0-b.28.c6da3d9c4e9f" #define LIBODB_VERSION_MAJOR 2 #define LIBODB_VERSION_MINOR 5 @@ -32,8 +32,8 @@ #define LIBODB_PRE_RELEASE true -#define LIBODB_SNAPSHOT 0ULL -#define LIBODB_SNAPSHOT_ID "" +#define LIBODB_SNAPSHOT 20240731125623ULL +#define LIBODB_SNAPSHOT_ID "c6da3d9c4e9f" // Old/deprecated numeric version format is AABBCCDD where: @@ -55,11 +55,11 @@ // ODB interface version: minor, major, and alpha/beta versions. // -#define ODB_VERSION 20477 -#define ODB_VERSION_STR "2.5-b.27" +#define ODB_VERSION 20478 +#define ODB_VERSION_STR "2.5-b.28" // libodb version: interface version plus the bugfix version. // -#define LIBODB_VERSION 2049977 +#define LIBODB_VERSION 2049978 #endif // LIBODB_VERSION |