We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d487000 commit 55737c9Copy full SHA for 55737c9
libzdb/libzdb.h
@@ -42,7 +42,7 @@
42
// and not assure retro-compatibility
43
// (eg: files written on version 1.x.x won't works
44
// out of box on a version 2.x.x)
45
- #define ZDB_VERSION "2.0.7"
+ #define ZDB_VERSION "2.0.8"
46
47
typedef struct zdb_stats_t {
48
struct timeval inittime; // timestamp when zdb started (used for uptime)
zdbd/zdbd.h
@@ -23,7 +23,7 @@
23
24
25
26
- #define ZDBD_VERSION "2.0.7"
+ #define ZDBD_VERSION "2.0.8"
27
28
typedef struct zdbd_stats_t {
29
// boottime is kept for zdbd uptime statistics (for INFO command)
0 commit comments