Skip to content

Commit

Permalink
version: update to v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed May 31, 2024
1 parent d487000 commit 55737c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libzdb/libzdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// and not assure retro-compatibility
// (eg: files written on version 1.x.x won't works
// out of box on a version 2.x.x)
#define ZDB_VERSION "2.0.7"
#define ZDB_VERSION "2.0.8"

typedef struct zdb_stats_t {
struct timeval inittime; // timestamp when zdb started (used for uptime)
Expand Down
2 changes: 1 addition & 1 deletion zdbd/zdbd.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// and not assure retro-compatibility
// (eg: files written on version 1.x.x won't works
// out of box on a version 2.x.x)
#define ZDBD_VERSION "2.0.7"
#define ZDBD_VERSION "2.0.8"

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

0 comments on commit 55737c9

Please sign in to comment.