Skip to content

Commit 55737c9

Browse files
committed
version: update to v2.0.8
1 parent d487000 commit 55737c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libzdb/libzdb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// and not assure retro-compatibility
4343
// (eg: files written on version 1.x.x won't works
4444
// out of box on a version 2.x.x)
45-
#define ZDB_VERSION "2.0.7"
45+
#define ZDB_VERSION "2.0.8"
4646

4747
typedef struct zdb_stats_t {
4848
struct timeval inittime; // timestamp when zdb started (used for uptime)

zdbd/zdbd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// and not assure retro-compatibility
2424
// (eg: files written on version 1.x.x won't works
2525
// out of box on a version 2.x.x)
26-
#define ZDBD_VERSION "2.0.7"
26+
#define ZDBD_VERSION "2.0.8"
2727

2828
typedef struct zdbd_stats_t {
2929
// boottime is kept for zdbd uptime statistics (for INFO command)

0 commit comments

Comments
 (0)